blob: 594d152f7cc25b3f221eb9d6b25e4594635aaa40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1 2005/11/07 21:42:22 tv Exp $
--- sscript.c.orig 2000-02-01 20:21:05.000000000 -0500
+++ sscript.c
@@ -10,7 +10,9 @@
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
+#ifndef __INTERIX
#include <net/if.h>
+#endif
#include <strings.h>
#include <sys/file.h>
#include <signal.h>
|