diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-24 02:42:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-24 02:42:58 +0000 |
commit | cbbdc2a484b38c848d415b715913ae406a7ea9b8 (patch) | |
tree | 4c9f4da61e66c50ffd848995c2b1023b9558c0a9 /libdiskfs/dir-lookup.c | |
parent | 1630c743bcf9ba229c7c2e9a7fa5533d384aacab (diff) |
1999-01-22 Roland McGrath <roland@baalperazim.frob.com>
* file-set-trans.c: Remove makedev, major, minor macro definitions.
* dir-lookup.c: Likewise.
Diffstat (limited to 'libdiskfs/dir-lookup.c')
-rw-r--r-- | libdiskfs/dir-lookup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index 9bb1d8a1..6e085e27 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of fs.defs:dir_lookup - Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1992,93,94,95,96,97,98,99 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 @@ -25,10 +25,6 @@ #include "priv.h" #include "fs_S.h" -/* XXX - Temporary hack; this belongs in a header file, probably types.h. */ -#define major(x) ((int)(((unsigned) (x) >> 8) & 0xff)) -#define minor(x) ((int)((x) & 0xff)) - /* Implement dir_lookup as described in <hurd/fs.defs>. */ kern_return_t diskfs_S_dir_lookup (struct protid *dircred, |