summaryrefslogtreecommitdiff
path: root/usr.bin/patch/backupfile.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-22 17:52:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-22 17:52:21 +0000
commit8d5a70d004c621e3f7f3352587154f4cead46e9e (patch)
treec8b0ab7129aa124c3ec5bfd80ec7364d2a3d3d78 /usr.bin/patch/backupfile.c
parent8e51b8656443e95ea2e64863a6dec2ed46aa0d53 (diff)
just about nothing
Diffstat (limited to 'usr.bin/patch/backupfile.c')
-rw-r--r--usr.bin/patch/backupfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index 0c925d2a555..5614de91cb9 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: backupfile.c,v 1.13 2003/07/22 17:18:49 otto Exp $ */
+/* $OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $ */
/*
* backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free
@@ -17,8 +17,8 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.13 2003/07/22 17:18:49 otto Exp $";
-#endif /* not lint */
+static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.14 2003/07/22 17:52:20 deraadt Exp $";
+#endif /* not lint */
#include <ctype.h>
#include <libgen.h>