summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-04-20 18:33:31 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-04-20 18:33:31 +0000
commit0bf4fe4099130f3bde49ad6a4922b072f7725b92 (patch)
tree1406832ea9a91cb72fa9869b1adadf48c117b9e1 /usr.bin/cvs
parentd89b3b59784edb18f2f533afc709f577fb3308a1 (diff)
add the CVS_EX_OK return code to indicate everything went fine
ok joris
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index a19045ecf94..4f9a8bc3fea 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.50 2005/04/12 14:58:40 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.51 2005/04/20 18:33:30 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -46,6 +46,7 @@
#define CVS_CKSUM_LEN 33 /* length of a CVS checksum string */
/* error codes */
+#define CVS_EX_OK 0
#define CVS_EX_USAGE 1
#define CVS_EX_DATA 2
#define CVS_EX_PROTO 3