diff options
Diffstat (limited to 'net/isc-dhcp3/files/patch-aj')
-rw-r--r-- | net/isc-dhcp3/files/patch-aj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/isc-dhcp3/files/patch-aj b/net/isc-dhcp3/files/patch-aj deleted file mode 100644 index b8a356216c52..000000000000 --- a/net/isc-dhcp3/files/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ ---- includes/dhcpd.h.orig Thu Jan 25 09:25:12 2001 -+++ includes/dhcpd.h Fri Jan 26 06:46:12 2001 -@@ -672,7 +672,7 @@ - u_int32_t requested_lease; /* Requested lease time, if user - doesn't configure one. */ - struct string_list *media; /* Possible network media values. */ -- char *script_name; /* Name of config script. */ -+ const char *script_name; /* Name of config script. */ - char *vendor_space_name; /* Name of config script. */ - enum policy bootp_policy; - /* Ignore, accept or prefer BOOTP -@@ -1864,6 +1864,8 @@ - void set_ip_address PROTO ((struct interface_info *, struct in_addr)); - - /* clparse.c */ -+extern const char *client_script_name; -+ - isc_result_t read_client_conf PROTO ((void)); - void read_client_leases PROTO ((void)); - void parse_client_statement PROTO ((struct parse *, struct interface_info *, |