diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2007-02-20 10:13:11 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2007-02-20 10:13:11 +0000 |
commit | 3329b236599c2765e7c57d82c718ff5d7c2e28b9 (patch) | |
tree | 572a5590d645aca0c6b428a6b1955273026c58da /sys/netinet/udp.h | |
parent | 3bb153ea78cb5f63b548883bd5f32f8d0e58e565 (diff) | |
download | src-test2-3329b236599c2765e7c57d82c718ff5d7c2e28b9.tar.gz src-test2-3329b236599c2765e7c57d82c718ff5d7c2e28b9.zip |
Notes
Diffstat (limited to 'sys/netinet/udp.h')
-rw-r--r-- | sys/netinet/udp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index f03522e56b6e..2e8fd8da508f 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -1,6 +1,7 @@ /*- * Copyright (c) 1982, 1986, 1993 - * The Regents of the University of California. All rights reserved. + * The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,10 +32,10 @@ */ #ifndef _NETINET_UDP_H_ -#define _NETINET_UDP_H_ +#define _NETINET_UDP_H_ /* - * Udp protocol header. + * UDP protocol header. * Per RFC 768, September, 1981. */ struct udphdr { |