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
This commit is contained in:
Todd C. Miller
1999-08-12 16:24:10 +00:00
parent 2386dc1b45
commit d7ebfe06d1
7 changed files with 439 additions and 307 deletions

View File

@@ -50,6 +50,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <pwd.h>
#include <time.h>
#include "sudo.h"
#include "sudo_auth.h"