diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-17 08:09:14 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-06-17 08:09:14 +0000 |
commit | fcd459d70473934ed12642960ceb0ee3e3701e8e (patch) | |
tree | 19b4ca9987aff1a00a51821ada76736d44e4756c | |
parent | 52ba078e8400d5646770f914274a3d601ec45cab (diff) |
#define CVS_EX_ERR -1
ok joris jfb
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index e1728957e05..5af394a116f 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.65 2005/06/07 09:06:15 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.66 2005/06/17 08:09:13 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -47,6 +47,7 @@ #define CVS_CKSUM_LEN 33 /* length of a CVS checksum string */ /* error codes */ +#define CVS_EX_ERR -1 #define CVS_EX_OK 0 #define CVS_EX_USAGE 1 #define CVS_EX_DATA 2 |