diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-04 21:54:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-04 21:54:56 +0000 |
commit | 7f849d2f7fb1b61d18dcfe7e3167b54b27a511af (patch) | |
tree | 2f91005ba44d2c6e672e6949dd63fd08a74231e3 /bsdfsck/dir.c | |
parent | ab70d0204f45f42f76ec3505517055108b61af58 (diff) |
entered into RCS
Diffstat (limited to 'bsdfsck/dir.c')
-rw-r--r-- | bsdfsck/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bsdfsck/dir.c b/bsdfsck/dir.c index 28697827..e63473ae 100644 --- a/bsdfsck/dir.c +++ b/bsdfsck/dir.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)dir.c 8.1 (Berkeley) 6/5/93";*/ -static char *rcsid = "$Id: dir.c,v 1.4 1994/10/07 23:37:52 mib Exp $"; +static char *rcsid = "$Id: dir.c,v 1.5 1994/11/04 21:54:56 mib Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -586,7 +586,7 @@ allocdir(parent, request, mode) { ino_t ino; char *cp; - + struct dinode *dp; register struct bufarea *bp; struct dirtemplate *dirp; |