summaryrefslogtreecommitdiff
path: root/net-nds/adtool/files/adtool-1.3.3-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/adtool/files/adtool-1.3.3-fno-common.patch')
-rw-r--r--net-nds/adtool/files/adtool-1.3.3-fno-common.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-nds/adtool/files/adtool-1.3.3-fno-common.patch b/net-nds/adtool/files/adtool-1.3.3-fno-common.patch
deleted file mode 100644
index 49391a79920e..000000000000
--- a/net-nds/adtool/files/adtool-1.3.3-fno-common.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/lib/active_directory.h
-+++ b/src/lib/active_directory.h
-@@ -28,11 +28,11 @@
- | if there is a problem reading the config file, or
- | AD_SERVER_CONNECT_FAILURE if a connection can't be made.
- */
--char *system_config_file;
--char *uri;
--char *binddn;
--char *bindpw;
--char *search_base;
-+extern char *system_config_file;
-+extern char *uri;
-+extern char *binddn;
-+extern char *bindpw;
-+extern char *search_base;
-
- /* ad_get_error() returns a pointer to a string containing an
- | explanation of the last error that occured.