diff options
author | Miles Bader <miles@gnu.org> | 1995-09-18 18:28:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-18 18:28:15 +0000 |
commit | a26566ddce7ca2320d7b18599e16a9499c682e34 (patch) | |
tree | 13bef6b40ddc4e11a9f3801903c8d319ee96554c /libdiskfs | |
parent | d78bfcce8851e3f8546bb91661142ebeb13c3297 (diff) |
(FSSRCS): Deleted file-pathconf.c.
(IOSRCS): Added io-pathconf.c.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 2b8d70d4..4911a6b3 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -19,19 +19,19 @@ dir := libdiskfs makemode := library libname = libdiskfs -FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-rename.c \ +FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-rename.c \ dir-rmdir.c dir-unlink.c file-chauthor.c file-chflags.c file-chown.c \ file-get-trans.c file-get-transcntl.c file-getfh.c file-getlinknode.c \ - file-pathconf.c file-set-trans.c file-statfs.c file-sync.c \ - file-syncfs.c file-set-size.c file-utimes.c file-getcontrol.c \ - file-lock.c file-chmod.c dir-readdir.c file-lock-stat.c file-exec.c \ - dir-chg.c file-chg.c file-access.c file-inv-trans.c -IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ + file-set-trans.c file-statfs.c file-sync.c file-syncfs.c \ + file-set-size.c file-utimes.c file-getcontrol.c file-lock.c \ + file-chmod.c dir-readdir.c file-lock-stat.c file-exec.c dir-chg.c \ + file-chg.c file-access.c file-inv-trans.c +IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ - io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \ - io-prenotify.c io-read.c io-readable.c io-reauthenticate.c \ - io-rel-conch.c io-restrict-auth.c io-seek.c io-select.c io-stat.c \ - io-stubs.c io-write.c io-version.c io-sigio.c + io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \ + io-pathconf.c io-prenotify.c io-read.c io-readable.c \ + io-reauthenticate.c io-rel-conch.c io-restrict-auth.c io-seek.c \ + io-select.c io-stat.c io-stubs.c io-write.c io-version.c io-sigio.c FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c \ fsys-options.c fsys-syncfs.c fsys-forward.c IFSOCKSRCS=ifsock.c |