diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-24 11:09:53 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-24 11:09:53 +0000 |
commit | a9b869c164a828ca228eb4e59a94e440fcc3f939 (patch) | |
tree | 60c7fe20558a4b3e29765084860b13a17c7c318c /net/isc-dhcp30-server/files/patch-aj | |
parent | Update port to version 2.3.9. (diff) |
Update to version 3.0.b2.23
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
Diffstat (limited to 'net/isc-dhcp30-server/files/patch-aj')
-rw-r--r-- | net/isc-dhcp30-server/files/patch-aj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/isc-dhcp30-server/files/patch-aj b/net/isc-dhcp30-server/files/patch-aj deleted file mode 100644 index b8a356216c52..000000000000 --- a/net/isc-dhcp30-server/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 *, |