Date: Sun, 17 Feb 2002 12:05:20 -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_calc_mask.c acl_copy.c acl_delete_entry.c acl_entry.c acl_perm.c acl_size.c Message-ID: <200202172005.g1HK5K967737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jedgar 2002/02/17 12:05:20 PST
Modified files:
lib/libc/posix1e acl_calc_mask.c acl_copy.c
acl_delete_entry.c acl_entry.c acl_perm.c
acl_size.c
Log:
o style and consistency fixes:
- if (!var) -> if (var == NULL)
- return val; -> return (val);
o update copyright
Revision Changes Path
1.7 +10 -10 src/lib/libc/posix1e/acl_calc_mask.c
1.4 +7 -7 src/lib/libc/posix1e/acl_copy.c
1.4 +7 -7 src/lib/libc/posix1e/acl_delete_entry.c
1.6 +10 -10 src/lib/libc/posix1e/acl_entry.c
1.5 +9 -9 src/lib/libc/posix1e/acl_perm.c
1.3 +3 -3 src/lib/libc/posix1e/acl_size.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?200202172005.g1HK5K967737>
