From 9ec97baaa5e4f3985fc9dd3020532c2c3831d64f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 20 Aug 1997 05:34:25 +0000 Subject: Fix pasto. --- sbin/mount_ffs/mount_ffs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/mount_ffs') diff --git a/sbin/mount_ffs/mount_ffs.c b/sbin/mount_ffs/mount_ffs.c index 66a93fc2720..2f0e2d073e9 100644 --- a/sbin/mount_ffs/mount_ffs.c +++ b/sbin/mount_ffs/mount_ffs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_ffs.c,v 1.7 1997/08/20 05:10:21 millert Exp $ */ +/* $OpenBSD: mount_ffs.c,v 1.8 1997/08/20 05:34:24 millert Exp $ */ /* $NetBSD: mount_ffs.c,v 1.3 1996/04/13 01:31:19 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount_ufs.c 8.2 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$OpenBSD: mount_ffs.c,v 1.7 1997/08/20 05:10:21 millert Exp $"; +static char rcsid[] = "$OpenBSD: mount_ffs.c,v 1.8 1997/08/20 05:34:24 millert Exp $"; #endif #endif /* not lint */ @@ -117,7 +117,7 @@ main(argc, argv) errcause = "specified device does not match mounted device"; break; - case EINVAL: + case EOPNOTSUPP: errcause = "filesystem not supported by kernel"; break; default: -- cgit v1.2.3