From 2f8e6010d7400c41898d0ed34deebd312ef016b7 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 6 Mar 1997 07:27:56 +0000 Subject: [PATCH] Remove declaration for relay() - no longer needed --- server/bootp.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/server/bootp.c b/server/bootp.c index 7564af4f5..4361d513b 100644 --- a/server/bootp.c +++ b/server/bootp.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: bootp.c,v 1.24 1997/02/22 08:36:36 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: bootp.c,v 1.25 1997/03/06 07:27:56 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -325,10 +325,3 @@ void bootp (packet) if (result < 0) warn ("send_packet: %m"); } - -void relay (ip, packet, length) - struct interface_info *ip; - struct dhcp_packet *packet; - int length; -{ -} -- 2.47.3