diff options
author | 2003-12-25 18:02:30 +0000 | |
---|---|---|
committer | 2003-12-25 18:02:30 +0000 | |
commit | 707f648ce8b15b6aed5f71b443cb37c2030ccc52 (patch) | |
tree | 9ce3b2f75f86338ec8db3ecc79243f768dde6596 /gnu/lib/libiberty/src/xmalloc.c | |
parent | o can't TAILQ_FOREACH when we TAILQ_REMOVE in the loop (diff) | |
download | wireguard-openbsd-707f648ce8b15b6aed5f71b443cb37c2030ccc52.tar.xz wireguard-openbsd-707f648ce8b15b6aed5f71b443cb37c2030ccc52.zip |
Automatic merge
Diffstat (limited to 'gnu/lib/libiberty/src/xmalloc.c')
-rw-r--r-- | gnu/lib/libiberty/src/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libiberty/src/xmalloc.c b/gnu/lib/libiberty/src/xmalloc.c index 4c8249ae70b..c3fe1a84f4d 100644 --- a/gnu/lib/libiberty/src/xmalloc.c +++ b/gnu/lib/libiberty/src/xmalloc.c @@ -68,7 +68,7 @@ function will be called to print an error message and terminate execution. #include <stdio.h> -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include <stddef.h> #else #define size_t unsigned long |