summaryrefslogtreecommitdiff
path: root/dns/updatedd/files/patch-updatedd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns/updatedd/files/patch-updatedd.c')
-rw-r--r--dns/updatedd/files/patch-updatedd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/dns/updatedd/files/patch-updatedd.c b/dns/updatedd/files/patch-updatedd.c
new file mode 100644
index 000000000000..0bfe9b3f1bac
--- /dev/null
+++ b/dns/updatedd/files/patch-updatedd.c
@@ -0,0 +1,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**);
+