diff options
author | 2004-07-29 17:48:19 +0000 | |
---|---|---|
committer | 2004-07-29 17:48:19 +0000 | |
commit | e84e6df45cd4487de557dd9847493aa86c5b64d9 (patch) | |
tree | 45c1a1034fcd4463ecb6dca4a2a69dc8a3b24337 | |
parent | Do not error out when calling rcsnum_aton() on the string "0", which is (diff) | |
download | wireguard-openbsd-e84e6df45cd4487de557dd9847493aa86c5b64d9.tar.xz wireguard-openbsd-e84e6df45cd4487de557dd9847493aa86c5b64d9.zip |
undefine DEBUG
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index ac20d6d6782..d109dfe27f6 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,5 +1,4 @@ -#define DEBUG -/* $OpenBSD: cvs.c,v 1.4 2004/07/26 15:56:42 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.5 2004/07/29 17:48:19 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. |