diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-03 01:10:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-03 01:10:17 +0000 |
commit | cfdf7c3ded1e3165ae643a740a4a0425cecdadcb (patch) | |
tree | 9e86c8233b18bd0cf268c48bf9b163494483fa2b /libfshelp/Makefile | |
parent | b5f0edcc31bbdb8969404b409311c29240281c24 (diff) | |
download | hurd-cfdf7c3ded1e3165ae643a740a4a0425cecdadcb.tar.gz hurd-cfdf7c3ded1e3165ae643a740a4a0425cecdadcb.tar.bz2 hurd-cfdf7c3ded1e3165ae643a740a4a0425cecdadcb.zip |
2001-06-21 Neal H Walfield <neal@cs.uml.edu>
* fshelp.h (fshelp_iscontroller): Declare new function.
* perms-iscontroller.c: New file.
* Makefile (SRCS): Add it.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 6dc47da6..11c14985 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -27,7 +27,8 @@ SRCS = lock-acquire.c lock-init.c \ exec-reauth.c \ set-options.c \ get-identity.c \ - perms-isowner.c perms-access.c perms-checkdirmod.c \ + perms-isowner.c perms-iscontroller.c perms-access.c \ + perms-checkdirmod.c \ touch.c LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h |