From 0cfc7290e8307b66ade6d5eb736c89cc4062c302 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 19:08:14 +0000 Subject: wrap long lines --- fs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fs.c') diff --git a/fs.c b/fs.c index e94ae5e..a2fc767 100644 --- a/fs.c +++ b/fs.c @@ -450,7 +450,8 @@ writei(struct inode *ip, char *addr, uint off, uint n) // NAMEI_DELETE: return locked parent inode, offset of dirent in *ret_off. // return 0 if name doesn't exist. struct inode* -namei(char *path, int mode, uint *ret_off, char **ret_last, struct inode **ret_ip) +namei(char *path, int mode, uint *ret_off, + char **ret_last, struct inode **ret_ip) { struct inode *dp; struct proc *p = curproc[cpu()]; -- cgit v1.2.3