summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2005-05-24 19:13:52 +0000
committerjoris <joris@openbsd.org>2005-05-24 19:13:52 +0000
commitec1dbbb3528fc5ccb797f87c7194b2949c407c11 (patch)
tree255c056483dda2117edfb36198b8cdafbafacfff
parentDon't need to protect as many signals from _POSIX_SOURCE now that POSIX (diff)
downloadwireguard-openbsd-ec1dbbb3528fc5ccb797f87c7194b2949c407c11.tar.xz
wireguard-openbsd-ec1dbbb3528fc5ccb797f87c7194b2949c407c11.zip
remove debugging stuff
-rw-r--r--usr.bin/cvs/resp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c
index 9ff1ca759b0..ad40bd30ffa 100644
--- a/usr.bin/cvs/resp.c
+++ b/usr.bin/cvs/resp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resp.c,v 1.38 2005/05/24 07:33:36 joris Exp $ */
+/* $OpenBSD: resp.c,v 1.39 2005/05/24 19:13:52 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -412,7 +412,6 @@ cvs_resp_sticky(struct cvsroot *root, int type, char *line)
/* attempt to create it */
cf = cvs_file_create(sdir, line, DT_DIR, 0755);
if (cf == NULL) {
- printf("yeah its this man\n");
return (-1);
}
cf->cf_repo = strdup(line);