FreeBSD Bugzilla – Attachment 10909 Details for
Bug 21705
CSCOPE writes incorrect offset into index file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 413 bytes, created by
ak03
on 2000-10-02 20:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ak03
Created:
2000-10-02 20:30:01 UTC
Size:
413 bytes
patch
obsolete
>--- src/constants.h.orig Mon Oct 2 14:36:07 2000 >+++ src/constants.h Mon Oct 2 14:37:09 2000 >@@ -43,7 +43,7 @@ > > /* database output macros that update its offset */ > #define dbputc(c) (++dboffset, (void) putc(c, newrefs)) >-#if Linux || BSD && !sun >+#if Linux || __FreeBSD__ || BSD && !sun > #define dbfputs(s) (dboffset += strlen(s), fputs(s, newrefs)) > #else > #define dbfputs(s) (dboffset += fputs(s, newrefs))
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 21705
: 10909