diff options
author | obrien <obrien@FreeBSD.org> | 2008-01-13 06:11:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-01-13 06:11:36 +0000 |
commit | 9d9d59dd542016e8bdfcfc24439dbd98667307d2 (patch) | |
tree | d366f99e30c693cc32a8e317be7042f63400a90e /contrib | |
parent | 7575169e50dc5330b2540786cf5a768a82c5bd47 (diff) | |
download | FreeBSD-src-9d9d59dd542016e8bdfcfc24439dbd98667307d2.zip FreeBSD-src-9d9d59dd542016e8bdfcfc24439dbd98667307d2.tar.gz |
Merge rev 1.11 ("iso8601" option keyword) into version 1.11.22.
(all our other local changes are OBE)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cvs/src/rcs.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/cvs/src/rcs.h b/contrib/cvs/src/rcs.h index d40d178..08b8a5f 100644 --- a/contrib/cvs/src/rcs.h +++ b/contrib/cvs/src/rcs.h @@ -1,6 +1,11 @@ /* - * Copyright (c) 1992, Brian Berliner and Jeff Polk - * Copyright (c) 1989-1992, Brian Berliner + * Copyright (C) 1986-2005 The Free Software Foundation, Inc. + * + * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>, + * and others. + * + * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk + * Portions Copyright (C) 1989-1992, Brian Berliner * * You may distribute under the terms of the GNU General Public License as * specified in the README file that comes with the CVS source distribution. @@ -226,7 +231,8 @@ void RCS_setexpand PROTO ((RCSNode *, const char *)); int RCS_checkout PROTO ((RCSNode *, const char *, const char *, const char *, const char *, const char *, RCSCHECKOUTPROC, void *)); int RCS_checkin PROTO ((RCSNode *rcs, const char *workfile, - const char *message, const char *rev, int flags)); + const char *message, const char *rev, time_t citime, + int flags)); int RCS_cmp_file PROTO((RCSNode *, const char *, char **, const char *, const char *, const char *)); int RCS_settag PROTO ((RCSNode *, const char *, const char *)); |