Move va_copy compat macro to missing.h

This commit is contained in:
Todd C. Miller
2013-11-11 14:35:10 -07:00
parent 87e1ae76af
commit 702ec173de
2 changed files with 11 additions and 4 deletions

View File

@@ -59,10 +59,6 @@
#include "sudoers.h"
#ifndef va_copy
# define va_copy(d, s) memcpy(&(d), &(s), sizeof(d));
#endif
/* Special message for log_warning() so we know to use ngettext() */
#define INCORRECT_PASSWORD_ATTEMPT ((char *)0x01)