summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/backupfile.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-22 17:52:20 +0000
committerderaadt <deraadt@openbsd.org>2003-07-22 17:52:20 +0000
commit9ecaafb223874286d37b9d0a657096b50de8ee89 (patch)
tree84d550c01d0cbf83cd291ecce0080ffad7481899 /usr.bin/patch/backupfile.c
parentchange an instance of the check from != "yes" to == "no" (diff)
downloadwireguard-openbsd-9ecaafb223874286d37b9d0a657096b50de8ee89.tar.xz
wireguard-openbsd-9ecaafb223874286d37b9d0a657096b50de8ee89.zip
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>