busybox/init
Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32.
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
2006-10-03 21:00:06 +00:00
..
Config.in Add CONFIG_FEATURE_SYSLOG which controls whether 2006-09-07 06:02:39 +00:00
halt.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
init_shared.c Change license statements (and clean up headers) on some of the files that 2006-09-22 02:52:41 +00:00
init_shared.h - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00
init.c usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. 2006-09-27 23:31:08 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
mesg.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00