Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 1996 12:17:48 -0600
From:      Steve Passe <smp@csn.net>
To:        current@freebsd.org
Subject:   make world failure on 960710
Message-ID:  <199608111817.MAA06631@clem.systemsix.com>

next in thread | raw e-mail | index | archive | help
Hi,

Supped latest current sources on Saturday the 11th.  Doing
a "make world" died:

/usr/src/sbin/mount_ext2fs/mount_ext2fs.c:83 too many
 args to function 'getmntopts'
*** Error code 1

mntopts.h:

72:void getmntopts __P((const char *, const struct mntopt *, int *));

mount_ext2fs.c:

58::#include "mntopts.h"
...
83:			getmntopts(optarg, mopts, &mntflags, 0);


--
Steve Passe	| powered by
smp@csn.net	|            FreeBSD




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608111817.MAA06631>