Date: Fri, 15 Feb 2002 14:15:40 -0800 (PST) From: Garrett Wollman <wollman@FreeBSD.org> 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 Message-ID: <200202152215.g1FMFeo55390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202152215.g1FMFeo55390>