From 1f6601e1a657d7008f6c15fca71d2dc092f7cb78 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 1 Jul 1999 21:04:27 +0000 Subject: 1999-07-01 Thomas Bushnell, BSG * 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. --- libfshelp/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libfshelp/Makefile') 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 -- cgit v1.2.3