Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsck Dont pass option -x down to fsck_xxxfs.
details: https://anonhg.NetBSD.org/src/rev/cea1ad5bd65b
branches: trunk
changeset: 752364:cea1ad5bd65b
user: hannken <hannken%NetBSD.org@localhost>
date: Wed Feb 24 13:56:07 2010 +0000
description:
Dont pass option -x down to fsck_xxxfs.
Hi christos ...
diffstat:
sbin/fsck/fsck.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c852eda7173c -r cea1ad5bd65b sbin/fsck/fsck.c
--- a/sbin/fsck/fsck.c Wed Feb 24 13:10:26 2010 +0000
+++ b/sbin/fsck/fsck.c Wed Feb 24 13:56:07 2010 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index