summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_pcb.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-01-12 15:07:51 +0000
committerrwatson <rwatson@FreeBSD.org>2007-01-12 15:07:51 +0000
commit3f89da14403203e909a8cc15129f552d6d3ef3dc (patch)
tree0c7da38e01fe89ae2fb1dd585f10f4540df68ca0 /sys/netatalk/ddp_pcb.h
parent80c43bc68bbcfdb98c932aa8b59f81f7eb3f7e10 (diff)
downloadFreeBSD-src-3f89da14403203e909a8cc15129f552d6d3ef3dc.zip
FreeBSD-src-3f89da14403203e909a8cc15129f552d6d3ef3dc.tar.gz
Clean up DDP layer netatalk code:
- General style(9) cleanup -- white space, braces, line wraps, etc. - Annotate a lack of synchronization the global route cache if the input routine is invoked with parallelism. - Remove unused debugging code.
Diffstat (limited to 'sys/netatalk/ddp_pcb.h')
-rw-r--r--sys/netatalk/ddp_pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatalk/ddp_pcb.h b/sys/netatalk/ddp_pcb.h
index fc6c848..d71836f 100644
--- a/sys/netatalk/ddp_pcb.h
+++ b/sys/netatalk/ddp_pcb.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * Copyright (c) 1990,1994 Regents of The University of Michigan.
+ * Copyright (c) 1990, 1994 Regents of The University of Michigan.
* All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software and
@@ -81,4 +81,4 @@ void at_sockaddr(struct ddpcb *ddp, struct sockaddr **addr);
#define DDP_LIST_SUNLOCK() mtx_unlock(&ddp_list_mtx)
#define DDP_LIST_SLOCK_ASSERT() mtx_assert(&ddp_list_mtx, MA_OWNED)
-#endif
+#endif /* !_NETATALK_DDP_PCB_H_ */
OpenPOWER on IntegriCloud