diff options
Diffstat (limited to 'libtrivfs/protid-dup.c')
-rw-r--r-- | libtrivfs/protid-dup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtrivfs/protid-dup.c b/libtrivfs/protid-dup.c index 3ac6f24b..331c1f7a 100644 --- a/libtrivfs/protid-dup.c +++ b/libtrivfs/protid-dup.c @@ -18,13 +18,12 @@ along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <string.h> /* For bcopy() */ - +#include <string.h> #include "priv.h" /* Return a duplicate of CRED in DUP, sharing the same peropen and hook. A non-null hook may be used to detect that this is a duplicate by - trivfs_peropen_create_hook. */ + trivfs_protid_create_hook. */ error_t trivfs_protid_dup (struct trivfs_protid *cred, struct trivfs_protid **dup) { |