diff options
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) |