svn commit: samba r15332 - in trunk/source: .

jra at samba.org jra at samba.org
Sat Apr 29 23:33:37 GMT 2006


Author: jra
Date: 2006-04-29 23:33:36 +0000 (Sat, 29 Apr 2006)
New Revision: 15332

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15332

Log:
Paulg broke the function prototyping of decl_static_XX.
Needs to be (void), not (). Paulg please check this.
Jeremy.

Modified:
   trunk/source/aclocal.m4


Changeset:
Modified: trunk/source/aclocal.m4
===================================================================
--- trunk/source/aclocal.m4	2006-04-29 23:22:54 UTC (rev 15331)
+++ trunk/source/aclocal.m4	2006-04-29 23:33:36 UTC (rev 15332)
@@ -57,7 +57,7 @@
 		string_shared_modules="$string_shared_modules $1"
 	elif test x"$DEST" = xSTATIC; then
 		[init_static_modules_]translit([$4], [A-Z], [a-z])="$[init_static_modules_]translit([$4], [A-Z], [a-z])  $1_init();"
- 		[decl_static_modules_]translit([$4], [A-Z], [a-z])="$[decl_static_modules_]translit([$4], [A-Z], [a-z]) extern NTSTATUS $1_init();"
+ 		[decl_static_modules_]translit([$4], [A-Z], [a-z])="$[decl_static_modules_]translit([$4], [A-Z], [a-z]) extern NTSTATUS $1_init(void);"
 		string_static_modules="$string_static_modules $1"
 		$4_STATIC="$$4_STATIC $2"
 		AC_SUBST($4_STATIC)



More information about the samba-cvs mailing list