FreeBSD Bugzilla – Attachment 88409 Details for
Bug 125207
www/mod_ntlm2: fix build on 7.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.45 KB, created by
admin
on 2008-07-03 07:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
admin
Created:
2008-07-03 07:40:05 UTC
Size:
1.45 KB
patch
obsolete
>diff -Nru mod_ntlm2.orig/Makefile mod_ntlm2/Makefile >--- mod_ntlm2.orig/Makefile 2007-12-11 01:37:33.000000000 +0300 >+++ mod_ntlm2/Makefile 2008-07-03 09:58:43.000000000 +0400 >@@ -22,8 +22,4 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 700042 >-BROKEN= Does not compile >-.endif >- > .include <bsd.port.post.mk> >diff -Nru mod_ntlm2.orig/files/patch-smbval-smblib.inc.c mod_ntlm2/files/patch-smbval-smblib.inc.c >--- mod_ntlm2.orig/files/patch-smbval-smblib.inc.c 2007-09-26 16:38:30.000000000 +0400 >+++ mod_ntlm2/files/patch-smbval-smblib.inc.c 2008-07-03 09:56:51.000000000 +0400 >@@ -1,11 +1,25 @@ >---- smbval/smblib.inc.c.orig Wed Sep 26 12:42:22 2007 >-+++ smbval/smblib.inc.c Wed Sep 26 12:43:08 2007 >-@@ -20,7 +20,7 @@ >+--- smbval/smblib.inc.c.orig 2008-07-03 01:44:33.000000000 +0400 >++++ smbval/smblib.inc.c 2008-07-03 01:45:18.000000000 +0400 >+@@ -20,10 +20,10 @@ > * with this program; if not, write to the Free Software Foundation, Inc., > * 675 Mass Ave, Cambridge, MA 02139, USA. */ > #include <stdio.h> > -#include <malloc.h> > +#include <stdlib.h> > >- static int SMBlib_errno; >- static int SMBlib_SMB_Error; >+-static int SMBlib_errno; >+-static int SMBlib_SMB_Error; >++int SMBlib_errno; >++int SMBlib_SMB_Error; >+ #define SMBLIB_ERRNO >+ #define uchar unsigned char >+ #include "smblib-priv.h" >+@@ -32,7 +32,7 @@ >+ >+ #include <signal.h> >+ >+-static SMB_State_Types SMBlib_State; >++SMB_State_Types SMBlib_State; >+ >+ /* Initialize the SMBlib package */ >+ static int
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125207
: 88409