summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-02-20 10:13:11 +0000
committerrwatson <rwatson@FreeBSD.org>2007-02-20 10:13:11 +0000
commit5c6ebcbcafced5dd5685825ce56f947bd2fb6591 (patch)
tree572a5590d645aca0c6b428a6b1955273026c58da /sys/netinet/udp.h
parent9fe3c3d1c80551ff2d11a6c470a555a34bf9011f (diff)
downloadFreeBSD-src-5c6ebcbcafced5dd5685825ce56f947bd2fb6591.zip
FreeBSD-src-5c6ebcbcafced5dd5685825ce56f947bd2fb6591.tar.gz
Gratuitous UDP restyling toward style(9) in 7.x.
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 f03522e..2e8fd8d 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 {
OpenPOWER on IntegriCloud