Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 01:02:00 -0700 (MST)
From:      "M. Warner Losh" <imp@village.org>
To:        current@freebsd.org
Subject:   Bad fix for -current breakage
Message-ID:  <20020318.010200.125260984.imp@village.org>

next in thread | raw e-mail | index | archive | help
Note, a real fix would be applied to all the config.* files, and would
depend on the BOOTSTRAP symbol that we define during the early stages
of the build.  This is my wimpy fix for people that want a quick fix
to the problem of building -current on -stable.

Now, to the next breakage in the tree :-)

Warner


Index: config.SH-elf.i386
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/gnu/usr.bin/perl/libperl/config.SH-elf.i386,v
retrieving revision 1.22
diff -u -r1.22 config.SH-elf.i386
--- config.SH-elf.i386	16 Mar 2002 21:36:07 -0000	1.22
+++ config.SH-elf.i386	18 Mar 2002 07:54:02 -0000
@@ -138,7 +138,7 @@
 d_dosuid='define'
 d_drand48proto='define'
 d_dup2='define'
-d_eaccess='define'
+d_eaccess='undefine'
 d_endgrent='define'
 d_endhent='define'
 d_endnent='define'


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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