From 84fa9b4af176bef34d558a0120a19a9922ee5a82 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 19 Jun 2007 20:21:52 +0000 Subject: 23571 + unposted; AIX compilation fixes --- Src/modentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/modentry.c') diff --git a/Src/modentry.c b/Src/modentry.c index ea2ca6656..4d8217f43 100644 --- a/Src/modentry.c +++ b/Src/modentry.c @@ -4,7 +4,7 @@ int setup_ _((Module)); int boot_ _((Module)); int cleanup_ _((Module)); int finish_ _((Module)); -int modentry _((int boot, Module m)); +int modentry _((int boot, Module m, void *ptr)); /**/ int -- cgit 1.4.1