diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 23:13:25 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 23:13:25 +0000 |
commit | 3f737c9d87230f8ad112b3e88272d25882a0cd18 (patch) | |
tree | f99ddfcd579d80580280eff9aa5c2bff5687d045 /usr.bin/cvs/cvs.c | |
parent | a02fcf948076ab3705129493ccd3c26346d8f004 (diff) |
No more global cvs_root
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 3f0d5713604..fc0d2a3255c 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.8 2004/07/30 18:58:56 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.9 2004/07/30 23:13:24 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -63,8 +63,6 @@ char *cvs_rootstr; char *cvs_rsh = CVS_RSH_DEFAULT; char *cvs_editor = CVS_EDITOR_DEFAULT; -struct cvsroot *cvs_root = NULL; - /* * Command dispatch table |