From 3a1b50c24804f0e5135a753b7f66df731b174b17 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Feb 1994 18:00:15 +0000 Subject: Formerly node-times.c.~3~ --- libdiskfs/node-times.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index 96bc6924..1124a363 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -28,10 +28,10 @@ diskfs_set_node_times (struct node *np) do { - secs = _diskfs_mtime->seconds; - usecs = _diskfs_mtime->microseconds; + secs = diskfs_mtime->seconds; + usecs = diskfs_mtime->microseconds; } - while (secs != _diskfs_mtime->check_seconds); + while (secs != diskfs_mtime->check_seconds); if (np->dn_set_mtime) { -- cgit v1.2.3