diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-01 21:04:27 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-01 21:04:27 +0000 |
commit | 1f6601e1a657d7008f6c15fca71d2dc092f7cb78 (patch) | |
tree | fb40807ecbba849f1c1eb62f74c08b7d93d0cad3 /libfshelp/Makefile | |
parent | 087058d53edc32dc9f0fc886c940e264a911a299 (diff) |
1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>
* translated.c: New file; guts from fshelp.h.
* perms-isowner.c: Likewise.
* perms-access.c: Likewise.
* prems-checkdirmod.c: Likewise.
* touch.c: Likewise.
* fshelp.h (fshelp_translated, fshelp_isowner, fshelp_access,
fshelp_checkdirmod, fshelp_touch): Replace inline definitions with
ordinary declarations.
(FSHELP_EI): Removed macro.
* fshelp.c: Deleted file.
* Makefile (SRCS): Added translated.c, perms-isowner.c,
perms-access.c, perms-checkdirmod.c, touch.c. Removed fshelp.c.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 96e9b621..6dc47da6 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 95, 96, 98 Free Software Foundation, Inc. +# Copyright (C) 1994, 95, 96, 98, 1999 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 @@ -22,12 +22,13 @@ libname = libfshelp SRCS = lock-acquire.c lock-init.c \ start-translator-long.c start-translator.c \ fetch-root.c transbox-init.c set-active.c fetch-control.c \ - drop-transbox.c \ + drop-transbox.c translated.c \ delegate.c \ exec-reauth.c \ set-options.c \ get-identity.c \ - fshelp.c + perms-isowner.c perms-access.c perms-checkdirmod.c \ + touch.c LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h |