FreeBSD Bugzilla – Attachment 42299 Details for
Bug 65980
bugfix for apache's dbmmanage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 548 bytes, created by
Palle Girgensohn
on 2004-04-26 10:00:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Palle Girgensohn
Created:
2004-04-26 10:00:27 UTC
Size:
548 bytes
patch
obsolete
>--- src/support/rotatelogs.c~ Mon Aug 3 11:15:33 1998 >+++ src/support/rotatelogs.c Sun Mar 26 22:42:40 2000 >@@ -11,6 +11,7 @@ > #include <time.h> > #include <errno.h> > #include <fcntl.h> >+#include <unistd.h> > > #define BUFSIZE 65536 > #define ERRMSGSZ 82 >@@ -95,6 +96,8 @@ > } > else { > close(nLogFDprev); >+ unlink(szLogRoot); >+ link(buf2, szLogRoot); > } > nMessCount = 0; > } >--------------------------------------------------------------
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 65980
:
42298
| 42299