diff options
author | 2004-05-09 01:45:29 +0000 | |
---|---|---|
committer | 2004-05-09 01:45:29 +0000 | |
commit | d94b424087c1e420090d9c2ff8e994abca5564e2 (patch) | |
tree | 3382d93cacc5a20e2cf80a8bf4a788dda71b53fd /sys-apps/util-linux/ChangeLog | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-d94b424087c1e420090d9c2ff8e994abca5564e2.tar.gz gentoo-2-d94b424087c1e420090d9c2ff8e994abca5564e2.tar.bz2 gentoo-2-d94b424087c1e420090d9c2ff8e994abca5564e2.zip |
access() is a macro which uses R_OK. However R_OK is not defined on sparc during a bootstrap unless we actually include unistd.h
Diffstat (limited to 'sys-apps/util-linux/ChangeLog')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index a897e5492205..3736a3759900 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/util-linux # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.77 2004/04/20 03:44:38 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.78 2004/05/09 01:45:29 solar Exp $ + + 08 May 2004; <solar@gentoo.org> util-linux-2.12-r4.ebuild, + util-linux-2.12-r5.ebuild, files/util-linux-2.12-swapon-unistd.patch: + access() is a macro which uses R_OK. However R_OK is not defined on sparc + during a bootstrap unless we actually include unistd.h 19 Apr 2004; Travis Tilley <lv@gentoo.org> util-linux-2.11z-r9.ebuild, util-linux-2.12-r2.ebuild, util-linux-2.12-r3.ebuild, |