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
This commit is contained in:
Alexander Langer 2001-01-12 14:57:40 +00:00
parent af6d08d902
commit f3fe1f940f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37127
2 changed files with 6 additions and 26 deletions

View File

@ -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"

View File

@ -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"