summaryrefslogtreecommitdiff
path: root/security/pam_smb/files/patch-malloc
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-12-17 19:05:17 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-12-17 19:05:17 +0000
commit95b3a1e7a99fee3456a1cc3f3c6e1175c4dc042e (patch)
tree2a75c84fb5cb365ba3db8272e77271565e954781 /security/pam_smb/files/patch-malloc
parentFix default location of sendmail binary (diff)
After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray! PR: ports/26913 Submitted by: dwcjr
Diffstat (limited to 'security/pam_smb/files/patch-malloc')
-rw-r--r--security/pam_smb/files/patch-malloc44
1 files changed, 0 insertions, 44 deletions
diff --git a/security/pam_smb/files/patch-malloc b/security/pam_smb/files/patch-malloc
deleted file mode 100644
index 5ffc3f378704..000000000000
--- a/security/pam_smb/files/patch-malloc
+++ /dev/null
@@ -1,44 +0,0 @@
---- smbval/smblib.c.orig Thu Nov 29 08:58:05 2001
-+++ smbval/smblib.c Thu Nov 29 08:58:33 2001
-@@ -24,7 +24,7 @@
- */
-
- #include "../config.h"
--#include <malloc.h>
-+#include <unistd.h>
-
- int SMBlib_errno;
- int SMBlib_SMB_Error;
---- smbval/smblib-util.c.orig Thu Nov 29 08:58:15 2001
-+++ smbval/smblib-util.c Thu Nov 29 08:58:31 2001
-@@ -24,7 +24,7 @@
- */
-
- #include "smblib-priv.h"
--#include <malloc.h>
-+#include <unistd.h>
-
- #include "rfcnb.h"
-
---- smbval/rfcnb-util.c.orig Thu Nov 29 08:57:54 2001
-+++ smbval/rfcnb-util.c Thu Nov 29 08:58:39 2001
-@@ -24,7 +24,7 @@
- */
-
- #include <string.h>
--#include <malloc.h>
-+#include <unistd.h>
-
- #include "std-includes.h"
- #include "rfcnb-priv.h"
---- smbval/session.c.orig Thu Nov 29 08:58:00 2001
-+++ smbval/session.c Thu Nov 29 08:58:36 2001
-@@ -23,7 +23,7 @@
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <string.h>
-
- int RFCNB_errno = 0;