diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-24 19:16:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-24 19:16:52 +0000 |
commit | 43707f198a822999a078e57806d45921a1a3d9d6 (patch) | |
tree | 582c05779568061c6246adcac02847204224f8b8 /libdiskfs | |
parent | 6d82db34391f5dc24d0735cade3ee21748e22b41 (diff) |
(dithkfth_validate_author_change): New macro.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/lithp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/lithp.h b/libdiskfs/lithp.h index 8883cd53..fa312fd2 100644 --- a/libdiskfs/lithp.h +++ b/libdiskfs/lithp.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1996 Free Software Foundation This file is part of the GNU Hurd. @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define dithkfth_TH_file_chauthor diskfs_S_file_chauthor #define dithkfth_ithowner diskfs_isowner +#define dithkfth_validate_author_change diskfs_validate_author_change #define dn_thtat dn_stat #define tht_author st_author #define dn_thet_theetime dn_set_ctime |