Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 1997 15:42:31 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        max@wide.ad.jp
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, max@wide.ad.jp
Subject:   Re: cvs commit: ports/x11/eterm Makefile ports/x11/eterm/files md5
Message-ID:  <199711292342.PAA06010@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199711292307.IAA25560@mail.aslm.rim.or.jp> (message from Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= on Sun, 30 Nov 1997 08:07:03 %2B0900)

next in thread | previous in thread | raw e-mail | index | archive | help
 * `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.

===
## grep unistd *.[ch]
command.c:# include <unistd.h>
graphics.c:# include <unistd.h>
main.c:# include <unistd.h>
netdisp.c:# include <unistd.h>
screen.c:# include <unistd.h>
system.c:#include <unistd.h>
utmp.c:# include <unistd.h>
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711292342.PAA06010>