summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-21 14:51:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-21 14:51:20 +0000
commitc037debe72fba961250c5e367be4572cb890ae91 (patch)
tree3faef3339e91cce9f4ea4cc9a1ef067818a3c646 /libtrivfs
parentd6a2d094a3ca2eb266b3cb871c6b139d34b14648 (diff)
Doc fix.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/protid-dup.c5
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)
{