head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.12.17.19.05.17;	author nsayer;	state dead;
branches;
next	1.1;

1.1
date	2001.11.29.17.04.16;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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
@
text
@--- 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;
@


1.1
log
@s/malloc/unistd/

Submitted by:	Harald Schmalzbauer <H.Schmalzbauer@@belenus.com>
@
text
@@

