diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-02-16 16:06:00 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-02-16 16:06:00 +0000 |
commit | 1834b60bc7555afc464186de564d760bcc644188 (patch) | |
tree | d7b36e035fbcb4b92be8ba7c564a13c7607b95f0 /libdiskfs/node-times.c | |
parent | a2158d2d399dd895410b6e6d2e5dc9cf3e6863a9 (diff) |
2009-02-16 Thomas Schwinge <tschwinge@gnu.org>
* diskfs.h: Instead of `st_?time', talk about `st_?tim'.
* node-times.c: Likewise.
* priv.h: Likewise.
Diffstat (limited to 'libdiskfs/node-times.c')
-rw-r--r-- | libdiskfs/node-times.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index 43339224..67f0142e 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -1,6 +1,7 @@ -/* Process st_?time updates marked for a diskfs node. +/* Process st_?tim updates marked for a diskfs node. - Copyright (C) 1994, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 1994, 1996, 1999, 2000, 2007, 2009 Free Software Foundation, + Inc. This file is part of the GNU Hurd. @@ -32,7 +33,7 @@ diskfs_set_node_atime (struct node *np) np->dn_set_atime = 1; } -/* If NP->dn_set_ctime is set, then modify NP->dn_stat.st_ctime +/* If NP->dn_set_ctime is set, then modify NP->dn_stat.st_ctim appropriately; do the analogous operation for atime and mtime as well. */ void diskfs_set_node_times (struct node *np) |