diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-04 23:09:51 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-09-04 23:09:51 +0000 |
commit | 35c62df75b5ed765a70ae93a3da55feb76ea77a1 (patch) | |
tree | f9d5728dd46c3ffe36b6c3c35f3b2fe9914aa3cd /net/samba3/files | |
parent | - Fix handling of portdocs and portexamples (diff) |
Update port to the 3.0.32 release. Visible changes are:
o Prevent crash bug in Winbind caused by a race condition
when a child process becomes unresponsive.
o Fix interactive password prompting in the "net" command.
o Documentation clarifications and typographical fixes.
Notes
Notes:
svn path=/head/; revision=219871
Diffstat (limited to 'net/samba3/files')
-rw-r--r-- | net/samba3/files/patch-lib__replace__repdir_getdirentries.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba3/files/patch-lib__replace__repdir_getdirentries.c b/net/samba3/files/patch-lib__replace__repdir_getdirentries.c deleted file mode 100644 index 87072b5fb43b..000000000000 --- a/net/samba3/files/patch-lib__replace__repdir_getdirentries.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/replace/repdir_getdirentries.c.orig Fri Sep 14 05:21:51 2007 -+++ lib/replace/repdir_getdirentries.c Fri Sep 14 05:22:13 2007 -@@ -129,11 +129,7 @@ - d->ofs = 0; - d->nbytes = 0; - } -- /* this relies on seekpos always being a multiple of -- DIR_BUF_SIZE. Is that always true on BSD systems? */ -- if (d->seekpos & (DIR_BUF_SIZE-1)) { -- abort(); -- } -+ /* abort() */ - return d->seekpos + d->ofs; - } - |