diff options
author | 2004-07-25 03:32:05 +0000 | |
---|---|---|
committer | 2004-07-25 03:32:05 +0000 | |
commit | 9e5b18d7af507038373f17dec1f6a1726b06b337 (patch) | |
tree | d3caf2bdc8d2e579406a4f1bdb41f6cf5e0d283d | |
parent | * when calling cvsd_sock_open(), close the socket if it is already (diff) | |
download | wireguard-openbsd-9e5b18d7af507038373f17dec1f6a1726b06b337.tar.xz wireguard-openbsd-9e5b18d7af507038373f17dec1f6a1726b06b337.zip |
cvs_file is defined somewhere else
-rw-r--r-- | usr.bin/cvs/event.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/cvs/event.h b/usr.bin/cvs/event.h index d0f768aaed0..585591d2ff6 100644 --- a/usr.bin/cvs/event.h +++ b/usr.bin/cvs/event.h @@ -1,4 +1,4 @@ -/* $OpenBSD: event.h,v 1.1.1.1 2004/07/13 22:02:40 jfb Exp $ */ +/* $OpenBSD: event.h,v 1.2 2004/07/25 03:32:05 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -47,14 +47,6 @@ #define CVS_EVENT_TAG 10 -struct cvs_file { - char *cf_path; /* path relative to the module */ - LIST_ENTRY(cvs_file) cf_list; -}; - - - - struct cvs_event { u_int ev_type; uid_t ev_user; |