Date: Sat, 16 Feb 2002 20:02:18 -0600 From: "Jacques A. Vidrine" <nectar@FreeBSD.ORG> To: Mike Barcroft <mike@FreeBSD.ORG> Cc: Chuck Rouillard <chuckr@opus.sandiegoca.ncr.com>, FreeBSD-Standards <freebsd-standards@FreeBSD.ORG> Subject: Re: pathchk - review Message-ID: <20020217020217.GB46829@madman.nectar.cc> In-Reply-To: <20020212170303.B55750@espresso.q9media.com> References: <20020129210829.GC50337@madman.nectar.cc> <20020205232519.N7805-101000@opus.sandiegoca.ncr.com> <20020212170303.B55750@espresso.q9media.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 12, 2002 at 05:03:03PM -0500, Mike Barcroft wrote: > > const char *illegalchar = "pathchk: Illegal character"; > > const char *memoryerror = "pathchk: No memory to allocate"; > > const char *nametoolong = "pathchk: Path component too long"; > > const char *pathchkhelp = "usage: pathchk [-p] path ...\n"; > > const char *pathtoolong = "pathchk: Pathname too long"; > > const char *posix_chars = "0123456789._-" > > "ABCDEFGHIJKLMNOPQRSTUVWXYZ" > > "abcdefghijklmnopqrstuvwxyz"; > > These should all be #define's, Why? > unless I missed somewhere that they are > changed. They are const :-) Cheers, -- Jacques A. Vidrine <n@nectar.cc> http://www.nectar.cc/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217020217.GB46829>