diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 14:57:40 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 14:57:40 +0000 |
commit | f3fe1f940fe7da27d09b6a499604579b0a310297 (patch) | |
tree | 693b86812d2d04a38e0e789ff292a12252fcdae3 /sysutils/44bsd-more | |
parent | af6d08d902b914d4cb8f0dfb3fc99a865983f9ab (diff) | |
download | ports-f3fe1f940fe7da27d09b6a499604579b0a310297.tar.gz ports-f3fe1f940fe7da27d09b6a499604579b0a310297.zip |
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r-- | sysutils/44bsd-more/files/patch-tags.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/sysutils/44bsd-more/files/patch-tags.c b/sysutils/44bsd-more/files/patch-tags.c index 1133355a7bbc..5bbe5154e613 100644 --- a/sysutils/44bsd-more/files/patch-tags.c +++ b/sysutils/44bsd-more/files/patch-tags.c @@ -1,12 +1,6 @@ -diff -U8 -r ../work.orig/tags.c ./tags.c ---- ../work.orig/tags.c Fri Jan 5 22:17:02 2001 -+++ ./tags.c Fri Jan 5 22:36:53 2001 -@@ -37,17 +37,17 @@ - #endif /* not lint */ - - #ifndef lint - static const char rcsid[] = - "$FreeBSD$"; +--- tags.c.orig Fri Jan 12 15:52:49 2001 ++++ tags.c Fri Jan 12 15:55:10 2001 +@@ -42,7 +42,7 @@ #endif /* not lint */ #include <sys/types.h> @@ -15,7 +9,3 @@ diff -U8 -r ../work.orig/tags.c ./tags.c #include <ctype.h> #include <stdio.h> - #include <stdlib.h> - #include <string.h> - - #include "less.h" |