summaryrefslogtreecommitdiff
path: root/sys/netinet/udp.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-02-20 10:13:11 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-02-20 10:13:11 +0000
commit3329b236599c2765e7c57d82c718ff5d7c2e28b9 (patch)
tree572a5590d645aca0c6b428a6b1955273026c58da /sys/netinet/udp.h
parent3bb153ea78cb5f63b548883bd5f32f8d0e58e565 (diff)
downloadsrc-test2-3329b236599c2765e7c57d82c718ff5d7c2e28b9.tar.gz
src-test2-3329b236599c2765e7c57d82c718ff5d7c2e28b9.zip
Notes
Diffstat (limited to 'sys/netinet/udp.h')
-rw-r--r--sys/netinet/udp.h7
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 {