summaryrefslogtreecommitdiff
path: root/includes/netinet/ip.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-03-06 07:29:36 +0000
committerTed Lemon <source@isc.org>1997-03-06 07:29:36 +0000
commit5047d8b5d7e21ded52ae3db81952cd5e2a0b60e7 (patch)
tree230a55ce362965f4a76b9e6f732109ce30aa451d /includes/netinet/ip.h
parentfa25cc03b557ff9eb5127f86ad7ef35d5b444863 (diff)
downloadisc-dhcp-5047d8b5d7e21ded52ae3db81952cd5e2a0b60e7.tar.gz
Don't use n_* types
Diffstat (limited to 'includes/netinet/ip.h')
-rw-r--r--includes/netinet/ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/netinet/ip.h b/includes/netinet/ip.h
index 54b45e31..233abd6e 100644
--- a/includes/netinet/ip.h
+++ b/includes/netinet/ip.h
@@ -138,10 +138,10 @@ struct ip_timestamp {
ipt_flg:4; /* flags, see below */
#endif
union ipt_timestamp {
- n_time ipt_time[1];
+ u_int32_t ipt_time[1];
struct ipt_ta {
struct in_addr ipt_addr;
- n_time ipt_time;
+ u_int32_t ipt_time;
} ipt_ta[1];
} ipt_timestamp;
};