summaryrefslogtreecommitdiffstats
path: root/dns/updatedd/files/patch-updatedd.c
blob: 0bfe9b3f1bacea9116859a2a9c5df35250e6ffbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src.bak/updatedd.c	Tue Dec  2 15:50:39 2003
+++ src/updatedd.c	Tue Dec  2 15:50:58 2003
@@ -33,11 +33,7 @@
 #define MAXLIBS		10
 #define MAXDATA		256
 
-#ifndef __linux__
-# define LIB_FUNC	"_dyndns"
-#else
-# define LIB_FUNC	"dyndns"
-#endif
+#define LIB_FUNC	"dyndns"
 
 typedef void (*fptr)(int, char**);
 
OpenPOWER on IntegriCloud