FreeBSD Bugzilla – Attachment 52918 Details for
Bug 80106
[PATCH] mail/maildrop flock() failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 627 bytes, created by
David Lay
on 2005-04-19 15:00:49 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Lay
Created:
2005-04-19 15:00:49 UTC
Size:
627 bytes
patch
obsolete
>diff -Nur /usr/ports/mail/maildrop/files/patch-filelock.C maildrop/files/patch-filelock.C >--- /usr/ports/mail/maildrop/files/patch-filelock.C Thu Jan 1 10:00:00 1970 >+++ maildrop/files/patch-filelock.C Fri Apr 15 13:12:31 2005 >@@ -0,0 +1,11 @@ >+--- maildrop/filelock.C.orig Sat Apr 29 03:17:45 2000 >++++ maildrop/filelock.C Fri Apr 15 13:09:25 2005 >+@@ -64,7 +64,7 @@ >+ // you're writing to a device file, you know what you're doing. >+ >+ if (fstat(fd, &stat_buf) >= 0 && ( >+- S_ISREG(stat_buf.st_mode) || S_ISDIR(stat_buf.st_mode))) >++ S_ISCHR(stat_buf.st_mode) || S_ISBLK(stat_buf.st_mode))) >+ { >+ return; >+ }
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 80106
: 52918