]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Remove declaration for relay() - no longer needed
authorTed Lemon <source@isc.org>
Thu, 6 Mar 1997 07:27:56 +0000 (07:27 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Mar 1997 07:27:56 +0000 (07:27 +0000)
server/bootp.c

index 7564af4f5cdcd49d65ca44042837b009143cf63e..4361d513ba011ed2de89adb54ee909a6ab385ac6 100644 (file)
@@ -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;
-{
-}