diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-02 15:59:39 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-02 15:59:39 +0000 |
commit | 4a60768d8482eff2371449d8ed62b437b017b57c (patch) | |
tree | b417ffd6f9df802abcc521b654be89af3703468a | |
parent | da5a2240e89d5fe2dc123aeba0cc0db4e87ffbaf (diff) |
Unused variables
-rw-r--r-- | usr.bin/cvs/cvsd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvsd.c b/usr.bin/cvs/cvsd.c index 2295b11f285..8d7a20ec038 100644 --- a/usr.bin/cvs/cvsd.c +++ b/usr.bin/cvs/cvsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvsd.c,v 1.3 2004/07/25 03:29:35 jfb Exp $ */ +/* $OpenBSD: cvsd.c,v 1.4 2004/08/02 15:59:38 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -636,8 +636,6 @@ static void cvsd_child_loop(void) { int ret, timeout; - uid_t uid; - gid_t gid; struct pollfd pfd[1]; pfd[0].fd = cvsd_privfd; |