summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/smbclient/heimdal.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-28 21:10:31 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-28 21:10:31 (GMT)
commite65efe930ec0f86eb207fabf8a5502d23af566a2 (patch)
treee86be0c30dc17e08ac25358dfafe47055e377291 /abs/core-testing/smbclient/heimdal.patch
parent9f392cc1b6e39b4cde757e18aa8259f2724e41fe (diff)
downloadlinhes_pkgbuild-e65efe930ec0f86eb207fabf8a5502d23af566a2.zip
linhes_pkgbuild-e65efe930ec0f86eb207fabf8a5502d23af566a2.tar.gz
linhes_pkgbuild-e65efe930ec0f86eb207fabf8a5502d23af566a2.tar.bz2
add samba & update smb-client
Diffstat (limited to 'abs/core-testing/smbclient/heimdal.patch')
-rw-r--r--abs/core-testing/smbclient/heimdal.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/abs/core-testing/smbclient/heimdal.patch b/abs/core-testing/smbclient/heimdal.patch
deleted file mode 100644
index d116d3e..0000000
--- a/abs/core-testing/smbclient/heimdal.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org>
-Date: 2005-09-21
-Initial Package Version: 3.0.20
-Upstream Status: Not submitted (it is not an upstream Samba issue)
-Origin: Randy McMurchy
-Description: Fixes an issue if you have Heimdal installed as
- Heimdal uses reserved C++ words and the Samba headers
- now look for these conflicts. This patch comments out
- the check for C++ reserved words. Heimdal is aware of
- the issue
-
-$LastChangedBy: randy $
-$Date: 2005/11/17 12:32:28 $
-
-
---- samba-3.0.20-orig/source/include/includes.h 2005-07-28 13:19:49.000000000 +0000
-+++ samba-3.0.20/source/include/includes.h 2005-09-04 13:45:01.000000000 +0000
-@@ -25,6 +25,7 @@
- #include "config.h"
- #endif
-
-+/*
- #ifndef __cplusplus
- #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
- #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
-@@ -36,6 +37,7 @@
- #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
- #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
- #endif
-+*/
-
- #include "local.h"
-