summaryrefslogtreecommitdiff
path: root/usr.bin/patch/backupfile.c
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-09-19 06:27:04 +0000
committerthorpej <thorpej@NetBSD.org>1996-09-19 06:27:04 +0000
commit29cf09f47ad3511088c9bf0a8488bfc64f85fccb (patch)
treea5bfdd2a5732a1bbeadb4b36d07668c9f703b5df /usr.bin/patch/backupfile.c
parent0b02f897d7098ffed3b392dbe5ac04d15c57a9cf (diff)
RCS id police.
Diffstat (limited to 'usr.bin/patch/backupfile.c')
-rw-r--r--usr.bin/patch/backupfile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index e871afe6180..2d1b268b119 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -1,3 +1,5 @@
+/* $NetBSD: backupfile.c,v 1.4 1996/09/19 06:27:07 thorpej Exp $ */
+
/* backupfile.c -- make Emacs style backup file names
Copyright (C) 1990 Free Software Foundation, Inc.
@@ -12,7 +14,7 @@
Some algorithms adapted from GNU Emacs. */
#ifndef lint
-static char rcsid[] = "$Id: backupfile.c,v 1.3 1994/12/24 17:30:13 cgd Exp $";
+static char rcsid[] = "$NetBSD: backupfile.c,v 1.4 1996/09/19 06:27:07 thorpej Exp $";
#endif /* not lint */
#include <stdio.h>