summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/util.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2013-09-05 05:51:15 +0000
committerse <se@FreeBSD.org>2013-09-05 05:51:15 +0000
commitf83bb7c481b0e94032788cc80620b4c0c41f71f3 (patch)
treedc68a728f68ce4c126458ae614259b3686d8274d /usr.bin/patch/util.c
parentbf3232d8bba436553c7aaba2fe78952c25c7dfa1 (diff)
downloadFreeBSD-src-f83bb7c481b0e94032788cc80620b4c0c41f71f3.zip
FreeBSD-src-f83bb7c481b0e94032788cc80620b4c0c41f71f3.tar.gz
Fix file selection logic for the RCS/SCCS case, as was done for the simple
file case before. Bump version because of the changed behavior, which now matches the documentation. Reviewed by: pfg
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r--usr.bin/patch/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index 28a3cb0..c19918b 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -412,7 +412,7 @@ checked_in(char *file)
void
version(void)
{
- fprintf(stderr, "patch 2.0-12u8 FreeBSD\n");
+ fprintf(stderr, "patch 2.0-12u9 FreeBSD\n");
my_exit(EXIT_SUCCESS);
}
OpenPOWER on IntegriCloud