=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdio.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/stdio.h 1996/01/29 01:05:35 1.2 --- src/include/stdio.h 1996/03/24 17:07:33 1.3 *************** *** 66,71 **** --- 66,72 ---- typedef off_t fpos_t; #else typedef struct __sfpos { + /* LONGLONG */ long long _pos; /* XXX must be the same as off_t */ } fpos_t; #endif