Nicolas Thery wrote:
2009/7/26 Simon 'corecode' Schubert <[email protected]>:
getcwd.c: In function 'rpl_getcwd':
getcwd.c:242: warning: implicit declaration of function 'fdopendir'
getcwd.c:242: warning: assignment makes pointer from integer without a
cast
getcwd.c:298: warning: implicit declaration of function 'fstatat'
getcwd.c:298: error: 'AT_SYMLINK_NOFOLLOW' undeclared (first use in this
function)
getcwd.c:298: error: (Each undeclared identifier is reported only once
getcwd.c:298: error: for each function it appears in.)

It's caused by my openat() commit.  If HAVE_OPEN_OPENAT is defined
then gtar assumes AT_SYMLINK_NOFOLLOW and fdopendir() (and possibly
others) are present too.

If fdopendir() can be implemented quickly, I'll do so.  Otherwise, I
guess gtar should use sth along the line for HAVE_FDOPENDIR.

The problem is that changing pkgsrc is a quite slow process. Until either base or pkgsrc are fixed, snapshot builds are broken.

cheers
  simon

--
  <3 the future  +++  RENT this banner advert  +++   ASCII Ribbon   /"\
  rock the past  +++  space for low CHF NOW!1  +++     Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \

Reply via email to