summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/util.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-04-20 08:36:01 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-04-20 08:36:01 +0000
commit4bdfd3fbeab33036af17ac4e5edbe0d998486d0c (patch)
tree5224e54163f705344b2e8df06a9b4635e9a28556 /usr.bin/cvs/util.h
parentf153635f80e6557c158cca652fb9d39fc604ac98 (diff)
- correct signal handling and process waiting for the EDITOR support code
(From ray's code in sendbug(1)) - nuke cvs_exec() as it is not used anymore Prompted by deraadt@ a few weeks ago. OK ray@.
Diffstat (limited to 'usr.bin/cvs/util.h')
-rw-r--r--usr.bin/cvs/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h
index 13db61da576..fa4e063d955 100644
--- a/usr.bin/cvs/util.h
+++ b/usr.bin/cvs/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.17 2007/02/19 11:40:00 otto Exp $ */
+/* $OpenBSD: util.h,v 1.18 2007/04/20 08:36:00 xsa Exp $ */
/*
* Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -36,7 +36,6 @@ void cvs_mkadmin(const char *, const char *, const char *,
char *, char *, int);
void cvs_mkpath(const char *);
int cvs_cksum(const char *, char *, size_t);
-int cvs_exec(int, char **);
int cvs_getargv(const char *, char **, int);
int cvs_chdir(const char *, int);
int cvs_rename(const char *, const char *);