From 692b36aa2f6f0c85d1f00fa52ad76e1a00140631 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 14 Jun 1995 20:12:50 +0000 Subject: (diskfs_get_translator): Specify new calling interface. --- libdiskfs/diskfs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libdiskfs/diskfs.h') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index c02bf2de..fe4f06a8 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -318,9 +318,8 @@ error_t diskfs_get_directs (struct node *dp, int entry, int n, /* The user must define this function. For locked node NP (for which diskfs_node_translated is true) look up the name of its translator. - If the length is <= *NAMELEN, then store the name into **NAMEP; otherwise - set *NAMEP to newly vm_allocate'd storage holding the name. Set - *NAMELEN to the length of the name. */ + Store the name into newly malloced storage; set *NAMELEN to the + total length. */ error_t diskfs_get_translator (struct node *np, char **namep, u_int *namelen); /* The user must define this function. For locked node NP, set -- cgit v1.2.3