cvs commit: src/sys/netatalk at.h at_extern.h at_proto.c at_rmx.c
at_var.h
Robert Watson
rwatson at FreeBSD.org
Fri Jan 12 13:18:10 UTC 2007
rwatson 2007-01-12 13:18:08 UTC
FreeBSD src repository
Modified files:
sys/netatalk at.h at_extern.h at_proto.c at_rmx.c
at_var.h
Log:
Cleanup of netatalk atalk layer includes, protocol definitions, and
routing:
- style(9) cleanup -- white space, braces, etc.
- Make include guards consistent with our more general naming
convention.
- Rearrange and complete forward structure declarations in at_extern.h,
remove testing of guards of various other include files to protect
function declarations.
This leaves an ifdef _KERNEL in at_var.h, but from inspection it seems
likely that this file is not actually safe for inclusion in user space
still. However, since it's not included from within src/ so this does
not appear to be an issue (ifconfig, etc, have migrated to the generic
cross-protocol ioctls for address operations).
Revision Changes Path
1.8 +36 -36 src/sys/netatalk/at.h
1.18 +25 -37 src/sys/netatalk/at_extern.h
1.13 +12 -13 src/sys/netatalk/at_proto.c
1.10 +15 -15 src/sys/netatalk/at_rmx.c
1.15 +28 -27 src/sys/netatalk/at_var.h
More information about the cvs-src
mailing list