diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-12 11:02:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-12 11:02:48 +0000 |
commit | 2b5485c781e6c6ad4d9e70281fef8d0ebfed87b8 (patch) | |
tree | f3bc5d2b8ae900278598634a4eaa0d5b95dd5519 /net/samba-devel/files/patch-ah | |
parent | Update to 0.7.2, which now supports GD 1.8.4 with FreeType 2.x support. (diff) |
Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.
This port represents unstable, development Samba branch.
PR: 24808
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=38249
Diffstat (limited to 'net/samba-devel/files/patch-ah')
-rw-r--r-- | net/samba-devel/files/patch-ah | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba-devel/files/patch-ah b/net/samba-devel/files/patch-ah index 81b1f75158a4..e97b12388c05 100644 --- a/net/samba-devel/files/patch-ah +++ b/net/samba-devel/files/patch-ah @@ -1,5 +1,5 @@ ---- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 -+++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +--- lib/util_sock.c.orig Fri Feb 2 12:09:17 2001 ++++ lib/util_sock.c Fri Feb 2 12:09:36 2001 @@ -28,6 +28,9 @@ extern int sslFd; #endif /* WITH_SSL */ @@ -9,4 +9,4 @@ + extern int DEBUGLEVEL; - BOOL passive = False; + /* the last IP received from */ |