diff options
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r-- | usr.bin/cvs/rcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index ece1a0b16ba..c355c2243ae 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.310 2011/05/02 22:22:54 chl Exp $ */ +/* $OpenBSD: rcs.c,v 1.311 2014/01/08 13:23:55 okan Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -759,7 +759,7 @@ int rcs_sym_check(const char *sym) { int ret; - const char *cp; + const unsigned char *cp; ret = 1; cp = sym; |