diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:24:55 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:24:55 +0000 |
commit | afb43784ec70863c09ec927bb588355f2df4a3c5 (patch) | |
tree | 0064916e1490e02fbfcc131c7bbe647d7ca62c84 /libdiskfs/Makefile | |
parent | ae34c667030c0bca9e82b601dd65018f5c489c3b (diff) | |
download | hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.tar.gz hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.tar.bz2 hurd-afb43784ec70863c09ec927bb588355f2df4a3c5.zip |
Mon Oct 21 21:54:34 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* diskfs.h: Add extern inline protection.
* diskfs.c: New file.
* Makefile (OTHERSRCS): Add diskfs.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index aa982b90..228eb5c6 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -47,7 +47,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ trans-callback.c readonly.c remount.c console.c disk-pager.c \ name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c dead-name.c \ validate-mode.c validate-group.c validate-author.c validate-flags.c \ - validate-rdev.c validate-owner.c extra-version.c + validate-rdev.c validate-owner.c extra-version.c diskfs.c SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h diskfs-pager.h installhdrs = diskfs.h diskfs-pager.h |