summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 14:32:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 14:32:22 +0000
commit850d2099035b1ab5f69458854170db2e4cfd41b3 (patch)
tree0e27de818882d2bc34bd6b48a2bf7d19448ede91 /usr.bin/patch/util.c
parenta9c2e59b866ff50ebd41fe9b3079a26f10901ca7 (diff)
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"