19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
$OpenBSD: patch-sing_c,v 1.1 2001/05/22 18:18:50 danh Exp $
|
|
--- sing.c.orig Wed Apr 18 07:11:08 2001
|
|
+++ sing.c Tue May 22 14:16:23 2001
|
|
@@ -59,14 +59,6 @@ static const char rcsid[] =
|
|
# endif
|
|
#endif
|
|
|
|
-#ifdef HAVE_NETINET_IN_SYSTM_H
|
|
-# include <netinet/in_systm.h>
|
|
-#else
|
|
-# ifdef HAVE_NETINET_IN_SYSTEM_H
|
|
-# include <netinet/in_system.h>
|
|
-# endif
|
|
-#endif
|
|
-
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|