Messages in this thread Patch in this message |  | | Subject | posix_types.h | Date | Mon, 28 Oct 1996 15:11:28 PST | From | "Marty Leisner" <> |
| |
In 2.0.23, I had to wrap a long long to -ansi -pendantic didn't flag it...
RCS file: posix_types.h,v retrieving revision 1.1 diff -u -r1.1 posix_types.h --- posix_types.h 1996/10/28 13:14:39 1.1 +++ posix_types.h 1996/10/28 13:14:57 @@ -23,8 +23,10 @@ typedef int __kernel_daddr_t; typedef char * __kernel_caddr_t; +#ifndef __STRICT_ANSI__ #ifdef __GNUC__ typedef long long __kernel_loff_t; +#endif #endif typedef struct {
marty leisner@sdsp.mc.xerox.com Don't confuse education with schooling. Milton Friedman to Yogi Berra
|  |