summaryrefslogtreecommitdiff
path: root/libtrivfs/dir-lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/dir-lookup.c')
-rw-r--r--libtrivfs/dir-lookup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libtrivfs/dir-lookup.c b/libtrivfs/dir-lookup.c
index 5a0013aa..66afac1d 100644
--- a/libtrivfs/dir-lookup.c
+++ b/libtrivfs/dir-lookup.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994,98,99,2001 Free Software Foundation
+ Copyright (C) 1994,98,99,2001,02 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
@@ -16,7 +16,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
-#include "fs_S.h"
#include <assert.h>
#include <fcntl.h>
#include <string.h>
@@ -65,7 +64,7 @@ trivfs_S_dir_lookup (struct trivfs_protid *cred,
if (!err)
{
struct iouser *user;
-
+
err = iohelp_dup_iouser (&user, cred->user);
if (err)
return err;