From owner-freebsd-current Fri Sep 19 21:54:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03579 for current-outgoing; Fri, 19 Sep 1997 21:54:13 -0700 (PDT) Received: from peeper.my.domain ([208.128.8.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA03522; Fri, 19 Sep 1997 21:52:25 -0700 (PDT) Received: (from tom@localhost) by peeper.my.domain (8.8.7/8.7.3) id XAA27856; Fri, 19 Sep 1997 23:52:06 -0500 (CDT) Message-ID: <19970919235205.10870@my.domain> Date: Fri, 19 Sep 1997 23:52:05 -0500 From: Tom Jackson To: FreeBSD Current Cc: jdp@freebsd.org, bde@freebsd.org Subject: sys/mount.h breaks mod3lib build Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been adding a new drive and also getting started using cvsup. Around the 12th I built the repository (before the disk add). Had some troubles after the drive add with cvsup dying while downloading. After the 16th commit of the changes to sys/mount.h I deleted cvsup and tried to rebuild. It failed in the m3core section mentioning prototype error with mount.h. Restored mount.h to the 12th taped version and m3lib built fine and the download with worked just great. I haven't looked into this any further. Spent a lot of wasted time trying to figure out how I corrupted my system :( Tom