From owner-cvs-ports Sat Nov 29 22:20:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20605 for cvs-ports-outgoing; Sat, 29 Nov 1997 22:20:20 -0800 (PST) (envelope-from owner-cvs-ports) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20330; Sat, 29 Nov 1997 22:18:00 -0800 (PST) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id PAA15094; Sun, 30 Nov 1997 15:17:52 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id PAA26070; Sun, 30 Nov 1997 15:17:52 +0900 (JST) Received: from turkey.aslm.rim.or.jp (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.4W4-SMTP) with ESMTP id PAA26721; Sun, 30 Nov 1997 15:07:56 +0900 (JST) Message-Id: <199711300607.PAA26721@mail.aslm.rim.or.jp> To: asami@cs.berkeley.edu Cc: max@wide.ad.jp, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/eterm Makefile ports/x11/eterm/files md5 From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sat, 29 Nov 1997 15:42:31 -0800 (PST)" References: <199711292342.PAA06010@silvia.HIP.Berkeley.EDU> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 30 Nov 1997 15:07:56 +0900 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> `R_OK' is defined in /usr/include/sys/unistd.h which is >> included from /usr/include/unistd.h. (This one is included >> from main.h which is included from pixmap.c.) And, it looks >> that this is also the case > Which version of the source are you looking at? It certainly > doesn't seem that way here. Ooops, I was wrong. The file unistd.h is included from imlib.h which is included from pixmap.c and which should be on the system since eterm depends on imlib. Cheers, Max