summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/util.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/util.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/util.c')
-rw-r--r--usr.bin/patch/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index 800097c3972..a958b480ac5 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: util.c,v 1.16 2003/07/22 17:18:49 otto Exp $ */
+/* $OpenBSD: util.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $ */
#ifndef lint
-static const char rcsid[] = "$OpenBSD: util.c,v 1.16 2003/07/22 17:18:49 otto Exp $";
-#endif /* not lint */
+static const char rcsid[] = "$OpenBSD: util.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $";
+#endif /* not lint */
#include <sys/param.h>
#include <sys/stat.h>