From 5ca7824472501db0dc46e2d4ff81616be7ac1c6d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 20:40:06 +0000 Subject: Fix typo. --- libdiskfs/diskfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs/diskfs.h') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 42c71656..248aeb8e 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -902,7 +902,8 @@ error_t diskfs_dirrewrite (struct node *dp, struct node *oldnp, call diskfs_notice_dirchange if DP->dirmod_reqs is nonzero. This function is a wrapper for diskfs_dirremove_hard. The entry being removed has name NAME and refers to NP. */ -error_t diskfs_dirremove (struct node *dp, char *np, char *name, struct dirstat *ds); +error_t diskfs_dirremove (struct node *dp, struct node *np, + char *name, struct dirstat *ds); /* Create a new node. Give it MODE; if that includes IFDIR, also initialize `.' and `..' in the new directory. Return the node in NPP. -- cgit v1.2.3