diff options
Diffstat (limited to 'libdiskfs/dir-link.c')
-rw-r--r-- | libdiskfs/dir-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-link.c b/libdiskfs/dir-link.c index 403e9d5c..2e9cb626 100644 --- a/libdiskfs/dir-link.c +++ b/libdiskfs/dir-link.c @@ -22,7 +22,7 @@ kern_return_t diskfs_S_dir_link (struct protid *dircred, struct protid *filecred, - char *name, + string_t name, int excl) { struct node *np; /* node being linked */ |