Xref: utzoo comp.lang.c:36417 comp.std.c:4372 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!shelby!agate!usenet.ins.cwru.edu!gatech!utkcs2!lape From: lape@cs.utk.edu (Bryon S. Lape) Newsgroups: comp.lang.c,comp.std.c Subject: off_t type missing?? Message-ID: <1991Feb22.144145.25284@cs.utk.edu> Date: 22 Feb 91 14:41:45 GMT Sender: usenet@cs.utk.edu (USENET News Poster) Organization: University of Tennessee, Knoxville - CS Department Lines: 8 Originator: lape@hydra1a.cs.utk.edu After being directed to use readdir and opendir to get a list of file names in a directory, I wrote a small programme to test this. I #include<> sys/types.h and dirent.h, but the compiler (actually the ppc)died on a variable type off_t. What gives??? Bryon Lape