summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/util.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/util.c
parentremove a bit more junk (diff)
downloadwireguard-openbsd-72e249842b315b899afff4eaf396081c17dd104e.tar.xz
wireguard-openbsd-72e249842b315b899afff4eaf396081c17dd104e.zip
fix header
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r--usr.bin/patch/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index e026e9de342..6340266a7a9 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: util.c,v 1.14 2003/07/21 14:30:31 deraadt Exp $ */
+/* $OpenBSD: util.c,v 1.15 2003/07/21 14:32:21 deraadt Exp $ */
#ifndef lint
-static char rcsid[] = "$OpenBSD: util.c,v 1.14 2003/07/21 14:30:31 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: util.c,v 1.15 2003/07/21 14:32:21 deraadt Exp $";
#endif /* not lint */
#include "EXTERN.h"