diff options
author | 2004-12-07 17:10:56 +0000 | |
---|---|---|
committer | 2004-12-07 17:10:56 +0000 | |
commit | a176bc3ee0772f34303003a5d023d099e5458b4c (patch) | |
tree | 700dea46dcad9da741b27f39f1f6156607eff32f /usr.bin/cvs/req.c | |
parent | avoid a crash when receiving either a Created, Updated, Update-existing (diff) | |
download | wireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.tar.xz wireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.zip |
less whitespace, more pretty. ok jfb
Diffstat (limited to 'usr.bin/cvs/req.c')
-rw-r--r-- | usr.bin/cvs/req.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c index 294ef8adc88..e70ce19dd42 100644 --- a/usr.bin/cvs/req.c +++ b/usr.bin/cvs/req.c @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.6 2004/12/06 21:03:12 deraadt Exp $ */ +/* $OpenBSD: req.c,v 1.7 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -150,9 +150,6 @@ static char *cvs_req_args[CVS_PROTO_MAXARG]; static int cvs_req_nargs = 0; - - - /* * cvs_req_handle() * @@ -160,7 +157,6 @@ static int cvs_req_nargs = 0; * of the command as single argument. * Returns the return value of the command on success, or -1 on failure. */ - int cvs_req_handle(char *line) { @@ -185,7 +181,6 @@ cvs_req_handle(char *line) } - static int cvs_req_root(int reqid, char *line) { @@ -235,8 +230,6 @@ static int cvs_req_directory(int reqid, char *line) { - - return (0); } @@ -245,7 +238,6 @@ cvs_req_directory(int reqid, char *line) * * Handler for the `Case' requests, which toggles case sensitivity ON or OFF */ - static int cvs_req_case(int reqid, char *line) { |