lkml.org 
[lkml]   [1996]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectposix_types.h
Date
From

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

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.025 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site