From: John Marino Date: Sat, 15 Oct 2011 09:13:22 +0000 (+0200) Subject: i386/sys/sbrk.S: extra "end" symbol removed X-Git-Tag: v3.0.0~859 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/8f73bea34efe21334e560a312017af168f3d1991 i386/sys/sbrk.S: extra "end" symbol removed The i386 version of sbrk.S has carried an extra end symbol since the first import. It seems to have been an oversight to leave it there. reported by: Francois Tigeot Addresses: Failed heimdal build on i386 --- diff --git a/lib/libc/i386/sys/sbrk.S b/lib/libc/i386/sys/sbrk.S index 0318a6bffb..0382172e1b 100644 --- a/lib/libc/i386/sys/sbrk.S +++ b/lib/libc/i386/sys/sbrk.S @@ -13,10 +13,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -38,7 +34,6 @@ #include "SYS.h" - .globl CNAME(end) .globl CNAME(_end) .globl HIDENAME(minbrk) .globl HIDENAME(curbrk)