From owner-freebsd-current Thu Feb 13 19:26:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02247 for current-outgoing; Thu, 13 Feb 1997 19:26:43 -0800 (PST) Received: from sendero.i-connect.net ([206.190.144.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA02231 for ; Thu, 13 Feb 1997 19:26:19 -0800 (PST) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.5/8.8.4) id UAA00905 for freebsd-current@freebsd.org; Thu, 13 Feb 1997 20:25:12 -0800 (PST) Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 13 Feb 1997 20:23:36 -0800 (PST) Organization: iConnect Corp. From: Simon Shapiro To: freebsd-current@freebsd.org Subject: Current (as of today) Compile Difficulty Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ===> bin/date ===> bin/dd ===> bin/df cc -O -c /usr/src/Current/src/bin/df/df.c /usr/src/Current/src/bin/df/df.c: In function `main': /usr/src/Current/src/bin/df/df.c:192: invalid use of undefined type `struct ufs_args' /usr/src/Current/src/bin/df/df.c:198: warning: passing arg 1 of `mount' makes pointer from integer without a cast /usr/src/Current/src/bin/df/df.c: At top level: /usr/src/Current/src/bin/df/df.c:116: storage size of `mdev' isn't known *** Error code 1 Stop. *** Error code 1 What have I done wrong? Simon