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/priv.h | |
parent | a2158d2d399dd895410b6e6d2e5dc9cf3e6863a9 (diff) | |
download | hurd-1834b60bc7555afc464186de564d760bcc644188.tar.gz hurd-1834b60bc7555afc464186de564d760bcc644188.tar.bz2 hurd-1834b60bc7555afc464186de564d760bcc644188.zip |
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/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index de8c747a..07464d56 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -1,5 +1,7 @@ /* Private declarations for fileserver library - Copyright (C) 1994,95,96,97,98,99,2001,2006 Free Software Foundation, Inc. + + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2006, 2009 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -33,7 +35,7 @@ /* These inhibit setuid or exec. */ extern int _diskfs_nosuid, _diskfs_noexec; -/* This relaxes the requirement to set `st_atime'. */ +/* This relaxes the requirement to set `st_atim'. */ extern int _diskfs_noatime; /* This enables SysV style group behaviour. New nodes inherit the GID |