diff options
author | 2005-05-24 04:12:25 +0000 | |
---|---|---|
committer | 2005-05-24 04:12:25 +0000 | |
commit | e4276007dfc80452049f621e2fe571403c1cc0b2 (patch) | |
tree | 9690a166970746195780743a210ad5966408f392 /usr.bin/cvs/entries.c | |
parent | oops, new arcfour modes here too (diff) | |
download | wireguard-openbsd-e4276007dfc80452049f621e2fe571403c1cc0b2.tar.xz wireguard-openbsd-e4276007dfc80452049f621e2fe571403c1cc0b2.zip |
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
fields to hook local versions of the commands. This needs to go in
before it gets any bigger
ok joris
Diffstat (limited to 'usr.bin/cvs/entries.c')
-rw-r--r-- | usr.bin/cvs/entries.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/entries.c b/usr.bin/cvs/entries.c index 8a989e8abfe..abd983ce057 100644 --- a/usr.bin/cvs/entries.c +++ b/usr.bin/cvs/entries.c @@ -1,4 +1,4 @@ -/* $OpenBSD: entries.c,v 1.29 2005/05/19 21:45:45 jfb Exp $ */ +/* $OpenBSD: entries.c,v 1.30 2005/05/24 04:12:25 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -382,7 +382,6 @@ cvs_ent_parse(const char *entry) entp->ce_opts = fields[4]; entp->ce_tag = fields[5]; - return (entp); } |