Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/identd remove redundant decls
details: https://anonhg.NetBSD.org/src/rev/6cff6a93bd2f
branches: trunk
changeset: 503339:6cff6a93bd2f
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 04 22:10:11 2001 +0000
description:
remove redundant decls
diffstat:
libexec/identd/proxy.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 5074c59535f4 -r 6cff6a93bd2f libexec/identd/proxy.c
--- a/libexec/identd/proxy.c Sun Feb 04 22:09:01 2001 +0000
+++ b/libexec/identd/proxy.c Sun Feb 04 22:10:11 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proxy.c,v 1.5 1998/07/15 07:31:57 msaitoh Exp $ */
+/* $NetBSD: proxy.c,v 1.6 2001/02/04 22:10:11 christos Exp $ */
/*
** proxy.c This file implements the proxy() call.
@@ -20,12 +20,6 @@
#include "identd.h"
-#ifdef INCLUDE_PROXY
-int proxy __P((struct in_addr *, struct in_addr *, int, int, struct timeval *));
-#else
-int proxy __P((void *, void *, int, int, void *));
-#endif
-
/*
** This function should establish a connection to a remote IDENT
** server and query it for the information associated with the
Home |
Main Index |
Thread Index |
Old Index