busybox/miscutils
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
..
adjtimex.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
bbconfig.c
Config.in whitespace cleanup 2006-09-17 16:28:10 +00:00
crond.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
crontab.c rename bb_default_error_retval -> xfunc_error_retval 2006-10-03 20:28:06 +00:00
dc.c
devfsd.c
eject.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
hdparm.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
last.c Change license statements (and clean up headers) on some of the files that 2006-09-22 02:52:41 +00:00
less.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
makedevs.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
Makefile
Makefile.in Michael Opdenacker spotted that makefile should use () instead of {}. 2006-08-21 17:42:03 +00:00
mountpoint.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
mt.c - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). 2006-09-11 16:01:40 +00:00
readahead.c whitespace cleanup 2006-09-17 16:28:10 +00:00
runlevel.c remove unneeded #includes, fix indentation 2006-09-23 16:01:09 +00:00
rx.c - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). 2006-09-11 16:01:40 +00:00
setsid.c silly switch style fix 2006-09-27 19:51:06 +00:00
strings.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
time.c Change license statements (and clean up headers) on some of the files that 2006-09-22 02:52:41 +00:00
watchdog.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00