summaryrefslogtreecommitdiff
path: root/net/speedtouch/patches/patch-ac
blob: f53f89f6c8c7908aea550a5141f16c3cbac46e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1.1.1 2001/07/29 01:18:33 abs Exp $

--- pppoa2.c.orig	Wed Jun 13 21:56:03 2001
+++ pppoa2.c
@@ -78,7 +78,9 @@
 #include <termios.h>		/* N_HDLC & TIOCSETD */
 #include <sys/resource.h>	/* setpriority() */
 #include <string.h>
+#ifndef __NetBSD__
 #include <sched.h>		/* for sched_setscheduler */
+#endif
 #include <limits.h>		/* for LONG_MAX */
 #include <sys/types.h>
 #include <sys/socket.h>