diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:36:38 +0000 |
commit | d9b1dcb4075c28b48d11ddb5c3e1458c9daccb48 (patch) | |
tree | 6b917d8983c06c9866c3f344b7bbe2fb04298dec /libexec/lfs_cleanerd/library.c | |
parent | eefc100af7038758ef196421c9c5b73507bab513 (diff) |
tabify
Diffstat (limited to 'libexec/lfs_cleanerd/library.c')
-rw-r--r-- | libexec/lfs_cleanerd/library.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/lfs_cleanerd/library.c b/libexec/lfs_cleanerd/library.c index 0a1463540bc..5ea628761c1 100644 --- a/libexec/lfs_cleanerd/library.c +++ b/libexec/lfs_cleanerd/library.c @@ -1,4 +1,4 @@ -/* $OpenBSD: library.c,v 1.2 1996/07/01 11:04:57 downsj Exp $ */ +/* $OpenBSD: library.c,v 1.3 1997/07/23 20:36:30 kstailey Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "@(#)library.c 8.3 (Berkeley) 5/24/95";*/ -static char rcsid[] = "$OpenBSD: library.c,v 1.2 1996/07/01 11:04:57 downsj Exp $"; +static char rcsid[] = "$OpenBSD: library.c,v 1.3 1997/07/23 20:36:30 kstailey Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -152,7 +152,7 @@ get_superblock (fsp, sbp) struct lfs *sbp; { char mntfromname[MNAMELEN+1]; - int fid; + int fid; strcpy(mntfromname, "/dev/r"); strcat(mntfromname, fsp->fi_statfsp->f_mntfromname+5); |