home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * STAT.H
- *
- * (C) Copyright 1989-1990 by Matthew Dillon, All Rights Reserved.
- *
- * Expand as applicable for library routines in uucp:src/lib
- *
- * $Header: Beta:src/uucp/src/include/sys/RCS/stat.h,v 1.1 90/02/02 11:38:48 dillon Exp Locker: dillon $
- *
- */
-
- struct stat {
- long st_ino;
- long st_mtime;
- long st_ctime;
- };
-
-