summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-01-12 14:57:40 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-01-12 14:57:40 +0000
commitf3fe1f940fe7da27d09b6a499604579b0a310297 (patch)
tree693b86812d2d04a38e0e789ff292a12252fcdae3 /misc
parentUpdate to 0.0.10112. (diff)
Don't include the Rcs-id line from the to-be-patched file in the patch,
since $FreeBSD$ is expanded and the patch fails. Submitted by: bento
Notes
Notes: svn path=/head/; revision=37127
Diffstat (limited to 'misc')
-rw-r--r--misc/44bsd-more/files/patch-tags.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/misc/44bsd-more/files/patch-tags.c b/misc/44bsd-more/files/patch-tags.c
index 1133355a7bbc..5bbe5154e613 100644
--- a/misc/44bsd-more/files/patch-tags.c
+++ b/misc/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"