Date: Thu, 21 Feb 2002 15:17:19 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl_from_text.c acl_get.c acl_init.c acl_set.c acl_to_text.c Message-ID: <200202212317.g1LNHJj64239@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jedgar 2002/02/21 15:17:19 PST
Modified files:
lib/libc/posix1e acl_from_text.c acl_get.c acl_init.c
acl_set.c acl_to_text.c
Log:
o style(9) and consistency fixes:
- if (!var) -> if (var == NULL)
- return val; -> return (val);
Reviewed by: rwatson
Obtained from: TrustedBSD Project
Revision Changes Path
1.9 +5 -5 src/lib/libc/posix1e/acl_from_text.c
1.10 +21 -24 src/lib/libc/posix1e/acl_get.c
1.9 +7 -7 src/lib/libc/posix1e/acl_init.c
1.10 +9 -9 src/lib/libc/posix1e/acl_set.c
1.9 +1 -1 src/lib/libc/posix1e/acl_to_text.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202212317.g1LNHJj64239>
