diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-09-07 23:59:02 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-09-07 23:59:02 +0000 |
commit | ca5b2e60de9d4f1bcaa031d842998b6f4cd5a3f6 (patch) | |
tree | ae1c2f88d44ec43848d28254de1d70f5444c48ac /usr.bin/cvs/log.h | |
parent | ce6a8ef113e868a0659d9c7027674e04cdf40533 (diff) |
Properly send out rcs info header with "E " in server mode (stderr in
local mode). Format style change also enables opencvs to be used with
cvsweb (+ adjustment).
OK joris@
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r-- | usr.bin/cvs/log.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h index b6ebfe6789a..2e4d3fcfa89 100644 --- a/usr.bin/cvs/log.h +++ b/usr.bin/cvs/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.21 2007/06/26 02:24:10 niallo Exp $ */ +/* $OpenBSD: log.h,v 1.22 2007/09/07 23:59:01 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -35,6 +35,7 @@ #define LP_ERRNO 2 #define LP_ABORT 3 #define LP_TRACE 4 +#define LP_RCS 5 #define LOG_REVSEP \ "----------------------------" |