summaryrefslogtreecommitdiff
path: root/libdiskfs/node-times.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-08 18:00:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-08 18:00:15 +0000
commit3a1b50c24804f0e5135a753b7f66df731b174b17 (patch)
treeeb2c9f017bb61dc32b9e64442fbb11229fc506b3 /libdiskfs/node-times.c
parent97c052ffa40ad4b7b616d3b72fed16183316224e (diff)
Formerly node-times.c.~3~
Diffstat (limited to 'libdiskfs/node-times.c')
-rw-r--r--libdiskfs/node-times.c6
1 files 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)
{