=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/sysdef.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mg/Attic/sysdef.h 2006/08/01 22:16:03 1.15 +++ src/usr.bin/mg/Attic/sysdef.h 2008/09/15 16:11:35 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdef.h,v 1.15 2006/08/01 22:16:03 jason Exp $ */ +/* $OpenBSD: sysdef.h,v 1.16 2008/09/15 16:11:35 kjell Exp $ */ /* This file is in the public domain. */ @@ -26,4 +26,5 @@ uid_t fi_uid; gid_t fi_gid; mode_t fi_mode; + struct timespec fi_mtime; /* Last modified time */ };