From owner-cvs-sbin Tue Apr 29 22:48:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06759 for cvs-sbin-outgoing; Tue, 29 Apr 1997 22:48:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA06723; Tue, 29 Apr 1997 22:48:25 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA00671; Tue, 29 Apr 1997 22:48:24 -0700 (PDT) Date: Tue, 29 Apr 1997 22:48:24 -0700 (PDT) Message-Id: <199704300548.WAA00671@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sbin@FreeBSD.org Subject: cvs commit: src/sbin/mount getmntopts.c Sender: owner-cvs-sbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk msmith 97/04/29 22:48:24 Modified: sbin/mount getmntopts.c Log: Fix parsing of mount options with '=' in their name. PR: bin/3027 Submitted by: Louis Mamakos Revision Changes Path 1.5 +1 -1 src/sbin/mount/getmntopts.c