Date: Fri, 4 Nov 2011 13:54:22 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Ed Schouten <ed@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227081 - in head/sbin: atm/atmconfig badsect camcontrol ccdconfig devfs dmesg dumpfs fdisk ffsinfo fsck fsck_msdosfs fsirand growfs init mount mount_cd9660 mount_nullfs mount_udf natd ... Message-ID: <20111104135422.GA26521@FreeBSD.org> In-Reply-To: <201111041336.pA4Da2M8020263@svn.freebsd.org> References: <201111041336.pA4Da2M8020263@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 04, 2011 at 01:36:02PM +0000, Ed Schouten wrote: > Author: ed > Date: Fri Nov 4 13:36:02 2011 > New Revision: 227081 > URL: http://svn.freebsd.org/changeset/base/227081 > > Log: > Add missing static keywords for global variables to tools in sbin/. > > These tools declare global variables without using the static keyword, > even though their use is limited to a single C-file, or without placing > an extern declaration of them in the proper header file. Thanks for doing this Ed, much appreciated! ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111104135422.GA26521>