Module Name:    src
Committed By:   hannken
Date:           Wed Feb 24 13:56:07 UTC 2010

Modified Files:
        src/sbin/fsck: fsck.c

Log Message:
Dont pass option -x down to fsck_xxxfs.

Hi christos ...


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/fsck/fsck.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck/fsck.c
diff -u src/sbin/fsck/fsck.c:1.48 src/sbin/fsck/fsck.c:1.49
--- src/sbin/fsck/fsck.c:1.48	Wed Feb 17 23:30:21 2010
+++ src/sbin/fsck/fsck.c	Wed Feb 24 13:56:07 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: fsck.c,v 1.48 2010/02/17 23:30:21 christos Exp $	*/
+/*	$NetBSD: fsck.c,v 1.49 2010/02/24 13:56:07 hannken Exp $	*/
 
 /*
  * Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fsck.c,v 1.48 2010/02/17 23:30:21 christos Exp $");
+__RCSID("$NetBSD: fsck.c,v 1.49 2010/02/24 13:56:07 hannken Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -156,7 +156,7 @@
 
 		case 'x':
 			addentry(&omhead, optarg, "");
-			break;
+			continue;
 
 		case 'y':
 			break;

Reply via email to