parent
e5540117ba
commit
381f6a823f
@ -1 +1 @@
|
|||||||
ab38dcb2811099dce379c64d43589f50 trousers-0.3.11.2.tar.gz
|
562bb3d178ca91177aa2f6c2c1a83269 trousers-0.3.13.tar.gz
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
diff -ur trousers-0.3.11.2/src/tspi/rpc/hosttable.c trousers-0.3.11.2.new/src/tspi/rpc/hosttable.c
|
|
||||||
--- trousers-0.3.11.2/src/tspi/rpc/hosttable.c 2013-07-12 18:27:37.000000000 +0200
|
|
||||||
+++ trousers-0.3.11.2.new/src/tspi/rpc/hosttable.c 2014-02-28 12:13:25.763293218 +0100
|
|
||||||
@@ -39,7 +39,7 @@
|
|
||||||
#pragma init(_init)
|
|
||||||
void _init(void)
|
|
||||||
#else
|
|
||||||
-void __attribute__ ((constructor)) my_init(void)
|
|
||||||
+static void __attribute__ ((constructor)) my_init(void)
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
host_table_init();
|
|
||||||
@@ -73,7 +72,7 @@
|
|
||||||
#pragma fini(_fini)
|
|
||||||
void _fini(void)
|
|
||||||
#else
|
|
||||||
-void __attribute__ ((destructor)) my_fini(void)
|
|
||||||
+static void __attribute__ ((destructor)) my_fini(void)
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
host_table_final();
|
|
Loading…
Reference in new issue