diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-21 16:14:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-21 16:14:41 +0000 |
commit | a8df3ddbcb2523b5d52eaac0f102f8d9e1a08c05 (patch) | |
tree | 13a103ba97f8e084b5fd823b27cbf0b356383295 /sbin/mount_kernfs/mount_kernfs.c | |
parent | a66c645dd88db48808d64b4a16666cf6f5d865e6 (diff) |
compiling before commit would be nice
Diffstat (limited to 'sbin/mount_kernfs/mount_kernfs.c')
-rw-r--r-- | sbin/mount_kernfs/mount_kernfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_kernfs/mount_kernfs.c b/sbin/mount_kernfs/mount_kernfs.c index 2381456871c..3ef864409f6 100644 --- a/sbin/mount_kernfs/mount_kernfs.c +++ b/sbin/mount_kernfs/mount_kernfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_kernfs.c,v 1.6 1998/12/21 13:43:37 art Exp $ */ +/* $OpenBSD: mount_kernfs.c,v 1.7 1998/12/21 16:14:40 mickey Exp $ */ /* $NetBSD: mount_kernfs.c,v 1.8 1996/04/13 05:35:39 cgd Exp $ */ /* @@ -48,7 +48,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)mount_kernfs.c 8.2 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$OpenBSD: mount_kernfs.c,v 1.6 1998/12/21 13:43:37 art Exp $"; +static char rcsid[] = "$OpenBSD: mount_kernfs.c,v 1.7 1998/12/21 16:14:40 mickey Exp $"; #endif #endif /* not lint */ @@ -56,6 +56,7 @@ static char rcsid[] = "$OpenBSD: mount_kernfs.c,v 1.6 1998/12/21 13:43:37 art Ex #include <sys/mount.h> #include <err.h> +#include <errno.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> |