From 7d89f936fbdc2dd3d49c0286998836e36cc68365 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 27 May 2006 03:30:32 +0000 Subject: commit the new opencvs code, i have been hacking on this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now. --- usr.bin/cvs/worklist.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/cvs/worklist.h') diff --git a/usr.bin/cvs/worklist.h b/usr.bin/cvs/worklist.h index 8e0dee01674..0a3648ddb47 100644 --- a/usr.bin/cvs/worklist.h +++ b/usr.bin/cvs/worklist.h @@ -1,4 +1,4 @@ -/* $OpenBSD: worklist.h,v 1.4 2006/04/10 19:49:44 joris Exp $ */ +/* $OpenBSD: worklist.h,v 1.5 2006/05/27 03:30:31 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. @@ -40,8 +40,4 @@ void cvs_worklist_clean(struct cvs_wklhead *, void (*cb)(struct cvs_worklist *)) void cvs_worklist_unlink(struct cvs_worklist *); -#if defined(RCSPROG) -extern struct cvs_wklhead rcs_temp_files; -#endif - #endif -- cgit v1.2.3