mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
Remove declaration for relay() - no longer needed
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -325,10 +325,3 @@ void bootp (packet)
|
|||||||
if (result < 0)
|
if (result < 0)
|
||||||
warn ("send_packet: %m");
|
warn ("send_packet: %m");
|
||||||
}
|
}
|
||||||
|
|
||||||
void relay (ip, packet, length)
|
|
||||||
struct interface_info *ip;
|
|
||||||
struct dhcp_packet *packet;
|
|
||||||
int length;
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user