summaryrefslogtreecommitdiff
path: root/sbin/photurisd/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/photurisd/server.c')
-rw-r--r--sbin/photurisd/server.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/photurisd/server.c b/sbin/photurisd/server.c
index 44e9a767d52..41712d50b22 100644
--- a/sbin/photurisd/server.c
+++ b/sbin/photurisd/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.11 2001/11/30 20:31:49 provos Exp $ */
+/* $OpenBSD: server.c,v 1.12 2002/03/29 20:35:55 deraadt Exp $ */
/*
* Copyright 1997-2000 Niels Provos <provos@citi.umich.edu>
@@ -37,7 +37,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: server.c,v 1.11 2001/11/30 20:31:49 provos Exp $";
+static char rcsid[] = "$OpenBSD: server.c,v 1.12 2002/03/29 20:35:55 deraadt Exp $";
#endif
#define _SERVER_C_
@@ -78,7 +78,6 @@ init_server(void)
{
struct sockaddr_in sin, *sin2;
struct protoent *proto;
- struct stat sb;
int sock, d, i, ip, on = 1;
struct ifconf ifconf;
void *newbuf;