summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfb <jfb@openbsd.org>2004-07-29 18:32:45 +0000
committerjfb <jfb@openbsd.org>2004-07-29 18:32:45 +0000
commit13373222bdb3db9147ea7a85c78606393c2f4755 (patch)
tree2e10773e10b78aeee29724e804eed61dfe4ccecd
parentMake cvs_client_sendinfo() aware of its root context and remove the (diff)
downloadwireguard-openbsd-13373222bdb3db9147ea7a85c78606393c2f4755.tar.xz
wireguard-openbsd-13373222bdb3db9147ea7a85c78606393c2f4755.zip
Don't export `cvs_root'
-rw-r--r--usr.bin/cvs/checkout.c6
-rw-r--r--usr.bin/cvs/update.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c
index 92be9c0a653..4ea52dc3c2b 100644
--- a/usr.bin/cvs/checkout.c
+++ b/usr.bin/cvs/checkout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: checkout.c,v 1.3 2004/07/28 02:01:29 jfb Exp $ */
+/* $OpenBSD: checkout.c,v 1.4 2004/07/29 18:32:45 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -38,10 +38,6 @@
-extern struct cvsroot *cvs_root;
-
-
-
/*
* cvs_checkout()
*
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c
index fb76b1f6bde..1777112d1f9 100644
--- a/usr.bin/cvs/update.c
+++ b/usr.bin/cvs/update.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: update.c,v 1.2 2004/07/29 17:39:12 jfb Exp $ */
+/* $OpenBSD: update.c,v 1.3 2004/07/29 18:32:46 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -39,10 +39,6 @@
#include "rcs.h"
#include "log.h"
-extern char *__progname;
-
-extern struct cvsroot *cvs_root;
-
int cvs_update_file (CVSFILE *, void *);
int cvs_update_prune (CVSFILE *, void *);