From owner-freebsd-hackers Sat Jan 25 00:46:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA24700 for hackers-outgoing; Sat, 25 Jan 1997 00:46:05 -0800 (PST) Received: from siesta.cs.wustl.edu (nw1@siesta.cs.wustl.edu [128.252.165.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA24695 for ; Sat, 25 Jan 1997 00:46:03 -0800 (PST) Received: from localhost by siesta.cs.wustl.edu (SMI-8.6/ECL-J1.00) id CAA00607; Sat, 25 Jan 1997 02:46:00 -0600 Message-Id: <199701250846.CAA00607@siesta.cs.wustl.edu> To: hackers@freebsd.org From: Nanbor Wang Subject: When "make world" current, xinstall... Date: Sat, 25 Jan 1997 02:45:59 -0600 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi All, As the answer of my last question was to use -current, I CVSup the -current today and updated my sources from 2.2-BETA directly to -current. Before doing a make world, I recompiled the kernel using the new source tree. But when I did the make world, it said MAP_FAILED was undeclared when working on the usr.bin/xinstall/xinstall.c Did I miss anything here? :-( Nanbor Wang