From 0b878c2697913ac8ca67dfb56d9eef8d4e4a960f Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 10 Mar 2004 10:04:54 +0000 Subject: [PATCH] BeforeReset is now known as ddxBeforeReset --- hw/xnest/Init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 3688be545..719508b45 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -150,10 +150,12 @@ void OsVendorFatalError() return; } -void BeforeReset(void) +#ifdef DDXBEFORERESET +void ddxBeforeReset(void) { return; } +#endif /* this is just to get the server to link on AIX */ #ifdef AIXV3