summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/patches/patch-ac')
-rw-r--r--misc/fep/patches/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fep/patches/patch-ac b/misc/fep/patches/patch-ac
index a1465aeeca5..94153ffe231 100644
--- a/misc/fep/patches/patch-ac
+++ b/misc/fep/patches/patch-ac
@@ -1,10 +1,11 @@
-$NetBSD: patch-ac,v 1.5 2006/01/03 18:16:10 joerg Exp $
+$NetBSD: patch-ac,v 1.6 2006/01/17 21:23:01 kristerw Exp $
--- fep_com.c.orig 1991-05-29 01:31:09.000000000 -0400
+++ fep_com.c 2005-12-10 16:59:27.000000000 -0500
-@@ -6,8 +6,20 @@
+@@ -6 +6 @@
-#endif lint
+#endif /* lint */
+@@ -7,6 +7,18 @@
#include <stdio.h>
+#include <sys/ioctl.h>
@@ -23,7 +24,6 @@ $NetBSD: patch-ac,v 1.5 2006/01/03 18:16:10 joerg Exp $
+#include <stdlib.h>
#include <sys/param.h>
#include <sys/file.h>
- #include <sys/stat.h>
@@ -31,7 +43,7 @@
char *comline, **more;
{