Date: Fri, 12 Jan 2007 13:18:08 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatalk at.h at_extern.h at_proto.c at_rmx.c at_var.h Message-ID: <200701121318.l0CDI9tV087439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701121318.l0CDI9tV087439>