make packaging simexec(1) easier
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include <stdio.h> /* fprintf(3), NULL */
|
||||
#include <sysexits.h> /* EX_USAGE */
|
||||
#include <unistd.h> /* execv(3), */
|
||||
|
||||
#if !defined EX_USAGE
|
||||
# include <sysexits.h> /* EX_USAGE */
|
||||
#endif
|
||||
|
||||
static char *program_name = "simexec";
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
|
||||
Reference in New Issue
Block a user