summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/backupfile.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-21 14:32:21 +0000
committerderaadt <deraadt@openbsd.org>2003-07-21 14:32:21 +0000
commit72e249842b315b899afff4eaf396081c17dd104e (patch)
tree949e400dd66eec53448a52805d087b030f578125 /usr.bin/patch/backupfile.c
parentremove a bit more junk (diff)
downloadwireguard-openbsd-72e249842b315b899afff4eaf396081c17dd104e.tar.xz
wireguard-openbsd-72e249842b315b899afff4eaf396081c17dd104e.zip
fix header
Diffstat (limited to 'usr.bin/patch/backupfile.c')
-rw-r--r--usr.bin/patch/backupfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index b1d37a98b1a..d418549d78d 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: backupfile.c,v 1.11 2003/07/21 14:00:41 deraadt Exp $ */
+/* $OpenBSD: backupfile.c,v 1.12 2003/07/21 14:32:21 deraadt Exp $ */
/*
* backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: backupfile.c,v 1.11 2003/07/21 14:00:41 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: backupfile.c,v 1.12 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>