diff options
author | 2004-08-05 21:47:24 +0000 | |
---|---|---|
committer | 2004-08-05 21:47:24 +0000 | |
commit | ec347eb826b2d724ceb3a04f3611d5172b88b13a (patch) | |
tree | 8592b66222cff28403cddd6a27f66a68e93fad47 /usr.bin/patch/util.c | |
parent | sync (diff) | |
download | wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.tar.xz wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.zip |
spacing
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r-- | usr.bin/patch/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index 23a22b17078..871b3b958dc 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.27 2003/10/31 20:20:45 millert Exp $ */ +/* $OpenBSD: util.c,v 1.28 2004/08/05 21:47:24 deraadt Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: util.c,v 1.27 2003/10/31 20:20:45 millert Exp $"; +static const char rcsid[] = "$OpenBSD: util.c,v 1.28 2004/08/05 21:47:24 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |