]> granicus.if.org Git - sudo/commitdiff
Avoid a compilation problem on HP-UX 11.31 with gcc and machine/sys/getppdp.h
authorTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 17 Aug 2018 19:25:46 +0000 (13:25 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 17 Aug 2018 19:25:46 +0000 (13:25 -0600)
src/net_ifs.c

index dc8f3ce30d5ef33fd179cd02291743758cacb5b9..6887f2458f945f68b968263cfcdbbe008f6b7c9a 100644 (file)
@@ -28,6 +28,9 @@ struct mbuf;
 struct rtentry;
 #endif
 
+/* Avoid a compilation problem with gcc and machine/sys/getppdp.h */
+#define _MACHINE_SYS_GETPPDP_INCLUDED
+
 #include <config.h>
 
 #include <sys/types.h>