summaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/patch.c')
-rw-r--r--usr.bin/patch/patch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index 658714e36d6..0faecb883e4 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -1,3 +1,5 @@
+/* $NetBSD: patch.c,v 1.4 1996/09/19 06:27:13 thorpej Exp $ */
+
/* patch - a program to apply diffs to original files
*
* Copyright 1986, Larry Wall
@@ -7,7 +9,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: patch.c,v 1.3 1996/09/19 06:10:04 thorpej Exp $";
+static char rcsid[] = "$NetBSD: patch.c,v 1.4 1996/09/19 06:27:13 thorpej Exp $";
#endif /* not lint */
#include "INTERN.h"