From owner-freebsd-stable Sat Jul 5 20:25:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03471 for stable-outgoing; Sat, 5 Jul 1997 20:25:43 -0700 (PDT) Received: from house.key.net.au (root@house.key.net.au [203.35.4.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA03462 for ; Sat, 5 Jul 1997 20:25:35 -0700 (PDT) Received: from localhost (andrew@localhost) by house.key.net.au (8.8.5/8.8.5) with SMTP id NAA04895 for ; Sun, 6 Jul 1997 13:25:35 +1000 (EST) Date: Sun, 6 Jul 1997 13:25:35 +1000 (EST) From: Andrew To: freebsd-stable@freebsd.org Subject: NOUNLINK and Message-ID: X-Wibble: WonK MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am trying to make world on a 2.2.2-RELEASE system with src cvsuped from cvs.au last night. IT keeps dieng on xinstall complaining that its using an undefined function (I think it was NOUNLINK). To fix it I copied stat.h from /usr/src/sys something to /usr/include/sys/stat.h and it appears to be compiling OK. Sorry I cant give more detail but it was rather late... Andrew