diff options
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r-- | usr.bin/cvs/rcs.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index f8aa94139fe..7ae69a94a06 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.105 2005/12/03 01:02:09 joris Exp $ */ +/* $OpenBSD: rcs.c,v 1.106 2005/12/03 02:10:58 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -3001,6 +3001,8 @@ rcs_state_get(RCSFILE *rfp, RCSNUM *rev) } +#if !defined(RCSPROG) + static char *month_tab[] = { "Jan", "Feb", @@ -3219,3 +3221,5 @@ out: return (ret); } + +#endif |