From 4c2142ac18e77ccd38a5394c7ea2325a56bf5f43 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 11 Feb 1994 20:11:23 +0000 Subject: Formerly node-times.c.~4~ --- libdiskfs/node-times.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libdiskfs/node-times.c') 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 { -- cgit v1.2.3