summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/patches/patch-ab')
-rw-r--r--misc/fep/patches/patch-ab19
1 files changed, 5 insertions, 14 deletions
diff --git a/misc/fep/patches/patch-ab b/misc/fep/patches/patch-ab
index f1c80b79e92..0fb29eef114 100644
--- a/misc/fep/patches/patch-ab
+++ b/misc/fep/patches/patch-ab
@@ -1,17 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2003/11/07 16:35:51 christos Exp $
+$NetBSD: patch-ab,v 1.3 2003/11/11 10:42:32 wiz Exp $
---- fep_alias.c.orig 1988-11-13 01:50:58.000000000 -0500
-+++ fep_alias.c 2003-11-07 11:23:03.000000000 -0500
-@@ -3,7 +3,7 @@
- #ifndef lint
- static char rcsid[]=
- "$Header: /cvsroot/pkgsrc/misc/fep/patches/patch-ab,v 1.2 2003/11/07 16:35:51 christos Exp $ (SRA)";
--#endif lint
-+#endif /* lint */
-
- #include <stdio.h>
- #include <ctype.h>
-@@ -18,7 +18,7 @@
+--- fep_alias.c.orig Sun Nov 13 07:50:58 1988
++++ fep_alias.c
+@@ -18,7 +18,7 @@ typedef struct _alias {
ALIAS alias_top = {"top", "top", (ALIAS *)0};
ALIAS *alias_list = &alias_top;
@@ -20,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2003/11/07 16:35:51 christos Exp $
/*
* Functions
-@@ -44,7 +44,7 @@
+@@ -44,7 +44,7 @@ check_alias (comline)
while (isspace (*comline))
++comline;