From e30c22dbbffa2605f8d7ac010c8208a135a2293a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 12 Aug 2004 01:16:36 +0000 Subject: [PATCH] Back out the propolice fix for a second, it causes linktime errors. --- hw/xfree86/loader/xf86sym.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index 337e43a62..80e453689 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -235,10 +235,6 @@ extern unsigned long ldl_brx(volatile unsigned char *, int); extern unsigned short ldw_brx(volatile unsigned char *, int); #endif -/* Propolice! */ -extern long __guard[]; -extern void __stack_smash_handler(char [], int); - /* XFree86 things */ LOOKUP xfree86LookupTab[] = { @@ -1101,10 +1097,6 @@ LOOKUP xfree86LookupTab[] = { #endif #endif - /* propolice */ - SYMFUNC(__stack_smash_handler) - SYMVAR(__guard) - /* Some variables. */ SYMVAR(xf86stdin)