From owner-cvs-all Thu Feb 21 15:17:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73F7E37B400; Thu, 21 Feb 2002 15:17:19 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1LNHJj64239; Thu, 21 Feb 2002 15:17:19 -0800 (PST) (envelope-from jedgar) Message-Id: <200202212317.g1LNHJj64239@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Thu, 21 Feb 2002 15:17:19 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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