From owner-cvs-all@FreeBSD.ORG Fri Jan 12 13:18:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 493F716A47B; Fri, 12 Jan 2007 13:18:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 395EA13C428; Fri, 12 Jan 2007 13:18:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0CDIA8x087440; Fri, 12 Jan 2007 13:18:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0CDI9tV087439; Fri, 12 Jan 2007 13:18:09 GMT (envelope-from rwatson) Message-Id: <200701121318.l0CDI9tV087439@repoman.freebsd.org> From: Robert Watson Date: Fri, 12 Jan 2007 13:18:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatalk at.h at_extern.h at_proto.c at_rmx.c at_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 13:18:10 -0000 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