diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:11:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:11:23 +0000 |
commit | 4c2142ac18e77ccd38a5394c7ea2325a56bf5f43 (patch) | |
tree | fd8369d7b5f62a2f33f9c004291e644f29ec09db /libdiskfs/node-times.c | |
parent | 1b111f2aec95e1afebb0cf5c20a377c84d9d8ca6 (diff) |
Formerly node-times.c.~4~
Diffstat (limited to 'libdiskfs/node-times.c')
-rw-r--r-- | libdiskfs/node-times.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index 1124a363..699d5776 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -19,12 +19,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +#include "priv.h" + /* If NP->dn_set_ctime is set, then modify NP->dn_stat.st_ctime appropriately; do the analogous operation for atime and mtime as well. */ void diskfs_set_node_times (struct node *np) { - int secs, usecs, ret; + int secs, usecs; do { |