summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-14 20:12:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-14 20:12:50 +0000
commit692b36aa2f6f0c85d1f00fa52ad76e1a00140631 (patch)
treec59fd32d5a3a98cad2838616501ce49123634a74 /libdiskfs/diskfs.h
parent7bf3bc93c93fe216b01c85d59667b46582009dc0 (diff)
(diskfs_get_translator): Specify new calling interface.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h5
1 files changed, 2 insertions, 3 deletions
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