Add the missing "; \".
[glibc.git] / nscd / res_hconf.c
blob14b0e300bce16d408d7a6e4ad2b6c20991ee0e1b
1 /* Add the include here so that we can redefine __fxprintf. */
2 #include <stdio.h>
4 /* Rename symbols for protected names used in libc itself. */
5 #define __ioctl ioctl
6 #define __socket socket
7 #define __strchrnul strchrnul
8 #define __strncasecmp strncasecmp
10 #define __fxprintf(args...) /* ignore */
13 #include "../resolv/res_hconf.c"