summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-29 18:23:27 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-29 18:23:27 +0000
commita7edacb9ed81b670ed251231924b7633ea11b9fc (patch)
tree8c8a2171c4a15066985adf48464d2fee4e5cbbee /usr.bin
parent3e21ff65b973b8becc0b9ab601dbab9d0f2442d8 (diff)
No need to import the `cvs_root' symbol anymore, it is done in cvs.h
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/getlog.c4
-rw-r--r--usr.bin/cvs/init.c7
-rw-r--r--usr.bin/cvs/server.c5
-rw-r--r--usr.bin/cvs/version.c6
4 files changed, 4 insertions, 18 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index e36a9fbc7eb..bf11e55abcd 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.1 2004/07/13 22:02:40 jfb Exp $ */
+/* $OpenBSD: getlog.c,v 1.2 2004/07/29 18:23:26 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -52,8 +52,6 @@ static void cvs_getlog_print (const char *, RCSFILE *, u_int);
-extern struct cvsroot *cvs_root;
-
/*
* cvs_getlog()
diff --git a/usr.bin/cvs/init.c b/usr.bin/cvs/init.c
index 48232a588d5..ba1a93f3051 100644
--- a/usr.bin/cvs/init.c
+++ b/usr.bin/cvs/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.2 2004/07/14 00:46:48 jfb Exp $ */
+/* $OpenBSD: init.c,v 1.3 2004/07/29 18:23:25 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -39,11 +39,6 @@
#include "rcs.h"
#include "log.h"
-extern struct cvsroot *cvs_root;
-
-
-extern char cvs_loginfo_data[];
-
#define CFT_FILE 1
#define CFT_DIR 2
diff --git a/usr.bin/cvs/server.c b/usr.bin/cvs/server.c
index 68fde89280d..47be210f8fb 100644
--- a/usr.bin/cvs/server.c
+++ b/usr.bin/cvs/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.2 2004/07/28 02:02:50 jfb Exp $ */
+/* $OpenBSD: server.c,v 1.3 2004/07/29 18:23:25 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -39,9 +39,6 @@
#include "sock.h"
-extern struct cvsroot *cvs_root;
-
-
/* argument vector built by the `Argument' and `Argumentx' requests */
char **cvs_args;
diff --git a/usr.bin/cvs/version.c b/usr.bin/cvs/version.c
index 1c1bb132846..406e134876a 100644
--- a/usr.bin/cvs/version.c
+++ b/usr.bin/cvs/version.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: version.c,v 1.2 2004/07/28 01:57:16 jfb Exp $ */
+/* $OpenBSD: version.c,v 1.3 2004/07/29 18:23:25 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -37,10 +37,6 @@
-extern struct cvsroot *cvs_root;
-
-
-
int
cvs_version(int argc, char **argv)
{