diff options
author | Raja Andra <Rajagopal.Andra@Sun.COM> | 2009-12-06 01:39:21 -0800 |
---|---|---|
committer | Raja Andra <Rajagopal.Andra@Sun.COM> | 2009-12-06 01:39:21 -0800 |
commit | 36e852a172cba914383d7341c988128b2c667fbd (patch) | |
tree | 6cf9fe61b54ffa5f49f74f8b3ee20249279d5efe /usr/src/uts | |
parent | 560e0ee2bb5791b5efe2cbdc74d0a76f06dbd84d (diff) | |
download | illumos-gate-36e852a172cba914383d7341c988128b2c667fbd.tar.gz |
6874309 Remove NIS+ from Solaris
Diffstat (limited to 'usr/src/uts')
-rw-r--r-- | usr/src/uts/common/netinet/dhcp6.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/common/netinet/dhcp6.h b/usr/src/uts/common/netinet/dhcp6.h index 9a2b7e89ed..64f583dac0 100644 --- a/usr/src/uts/common/netinet/dhcp6.h +++ b/usr/src/uts/common/netinet/dhcp6.h @@ -20,15 +20,13 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _DHCP6_H #define _DHCP6_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This header file describes constants and on-the-wire data structures used * with DHCPv6. @@ -112,9 +110,7 @@ extern "C" { #define DHCPV6_OPT_IA_PD 25 /* Delegate dhcpv6_ia_na (RFC3633) */ #define DHCPV6_OPT_IAPREFIX 26 /* Prefix dhcpv6_iaprefix (RFC3633) */ #define DHCPV6_OPT_NIS_SERVERS 27 /* NIS in6_addr_t array (RFC3898) */ -#define DHCPV6_OPT_NISP_SERVERS 28 /* NIS+ in6_addr_t array (RFC3898) */ #define DHCPV6_OPT_NIS_DOMAIN 29 /* NIS Domain string (RFC3898) */ -#define DHCPV6_OPT_NISP_DOMAIN 30 /* NIS+ Domain string (RFC3898) */ #define DHCPV6_OPT_SNTP_SERVERS 31 /* SNTP in6_addr_t array (RFC4075) */ #define DHCPV6_OPT_INFO_REFTIME 32 /* Info refresh uint32_t (RFC4242) */ #define DHCPV6_OPT_BCMCS_SRV_D 33 /* NUL-term string list (RFC4280) */ |