summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfb <jfb@openbsd.org>2004-08-02 15:59:38 +0000
committerjfb <jfb@openbsd.org>2004-08-02 15:59:38 +0000
commite954abd78eb17f51369892c113140d5f931ced45 (patch)
tree92938e3a9fe0319e2b830578c71e70889f0f98a6
parentDo not expire unestablished phase 2 SAs on SIGHUP. (diff)
downloadwireguard-openbsd-e954abd78eb17f51369892c113140d5f931ced45.tar.xz
wireguard-openbsd-e954abd78eb17f51369892c113140d5f931ced45.zip
Unused variables
-rw-r--r--usr.bin/cvs/cvsd.c4
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;