aboutsummaryrefslogtreecommitdiff
path: root/debianutils/mktemp.c
AgeCommit message (Collapse)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2006-10-10- add option -tBernhard Reutner-Fischer
mkinitrd and mkinitramfs both require -t.
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
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-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
and eventual platform specific includes in early.
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2006-01-25just whitespaceTim Riker
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itRob Landley
was from Bernhard Fischer?
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-04-26Add the -d option, its used by old versions of config.guess, change toGlenn L McGrath
use getopt.
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath