2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

Merge compat.h and missing.h into missing.h

This commit is contained in:
Todd C. Miller
2010-08-16 14:05:44 -04:00
parent 6ce5c4cd97
commit f454727bb8
52 changed files with 392 additions and 103 deletions

View File

@@ -71,7 +71,7 @@
#include <limits.h>
#include <stdarg.h>
#include <compat.h>
#include <missing.h>
static int xxxprintf(char **, size_t, int, const char *, va_list);