should not default to read-only mount.

This commit is contained in:
pk 1993-08-25 13:16:27 +00:00
parent 88da3715f4
commit 7a40c9d92c

View File

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: mount_procfs.c,v 1.2 1993/08/24 17:16:56 pk Exp $
* $Id: mount_procfs.c,v 1.3 1993/08/25 13:16:27 pk Exp $
*/
#include <stdio.h>
@ -51,9 +51,7 @@ char **argv;
int c;
extern char *optarg;
extern int optind;
int opts;
opts = MNT_RDONLY;
int opts = 0;
while ((c = getopt (argc, argv, "F:")) != EOF) {
switch (c) {