version 1.55 | | version 1.56 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.55 2004/05/08 13:38:05 ryo_saeba Exp $"; | | * "$Id: init.c,v 1.56 2005/03/06 20:38:54 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
exit(0); | | exit(0); |
#else | | #else |
execl("/bin/uname", "uname", "-a", NULL); | | execl("/bin/uname", "uname", "-a", NULL); |
LOG(llevError, "Opps, should't have gotten here."); | | LOG(llevError, "Oops, should't have gotten here.\n"); |
perror("execl"); | | perror("execl"); |
exit(-1); | | exit(-1); |
#endif | | #endif |