summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-12 01:16:36 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-12 01:16:36 +0000
commite30c22dbbffa2605f8d7ac010c8208a135a2293a (patch)
tree3a5d885139f6eaff494db2d8733efce195dfb3a2
parent9d0213525f4f692c250f10309146fe9db76ba12d (diff)
Back out the propolice fix for a second, it causes linktime errors.
-rw-r--r--hw/xfree86/loader/xf86sym.c8
1 files changed, 0 insertions, 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)