From owner-cvs-all Fri Feb 15 14:15:44 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 3300C37B400; Fri, 15 Feb 2002 14:15:40 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FMFeo55390; Fri, 15 Feb 2002 14:15:40 -0800 (PST) (envelope-from wollman) Message-Id: <200202152215.g1FMFeo55390@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 15 Feb 2002 14:15:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h src/sys/sys param.h stat.h types.h 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 wollman 2002/02/15 14:15:40 PST Modified files: sys/alpha/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h sys/sys param.h stat.h types.h Log: Resurrect one of the easiest changes from my big include files roll-up patch from a year ago: give file flags their own type. This does not (yet) change the type used by system calls or library functions. The underlying type was chosen to match what is returned by stat(). Revision Changes Path 1.25 +1 -0 src/sys/alpha/include/ansi.h 1.35 +1 -0 src/sys/i386/include/ansi.h 1.17 +1 -0 src/sys/ia64/include/ansi.h 1.18 +1 -0 src/sys/powerpc/include/ansi.h 1.12 +1 -0 src/sys/sparc64/include/ansi.h 1.112 +1 -1 src/sys/sys/param.h 1.22 +12 -6 src/sys/sys/stat.h 1.52 +5 -0 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message