Commit Graph

9 Commits

Author SHA1 Message Date
Todd C. Miller
8b3c8d5c75 fix comment 1999-08-22 17:10:20 +00:00
Todd C. Miller
9d5008bf3c kill bogus reference to vfprintf 1999-08-22 11:36:44 +00:00
Todd C. Miller
5922bfb583 Add some const in the K&R defs. This is safe since we define const away
if the compiler doesn't grok it.
1999-08-22 11:23:09 +00:00
Todd C. Miller
b13e8006ec Add check for LONG_IS_QUAD
#undef MAXINT before including hpsecurity.h to silence an HP-UX warning
Check for U?LONG_LONG_MAX in snprintf.c and use LONG_IS_QUAD
1999-08-22 09:59:28 +00:00
Todd C. Miller
ab0c1eae13 UCB-derived snprintf + asprintf support. Supports quads if the compiler
does.  No floating point yet, perhaps later...
1999-08-21 19:00:53 +00:00
Todd C. Miller
d7ebfe06d1 o Digital UNIX needs to check for *snprintf() before -ldb is added to LIBS
since -ldb includes a bogus snprintf().
o Add forward refs for struct mbuf and struct rtentry for Digital UNIX.
o Reorder some functions in snprintf.c to fix -Wall
o Add missing includes to fix more -Wall
1999-08-12 16:24:10 +00:00
Todd C. Miller
bcc133c11e Now compiles on more K&R compilers 1999-07-22 12:53:20 +00:00
Todd C. Miller
17f22b06cd include malloc.h if no stdlib.h 1999-07-15 15:21:25 +00:00
Todd C. Miller
143a6195c4 KTH snprintf()/asprintf() for systems w/o them 1999-07-15 14:21:02 +00:00