FreeBSD Bugzilla – Attachment 25513 Details for
Bug 43607
[patch] unbreak net/nam
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 567 bytes, created by
edwin
on 2002-10-03 02:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwin
Created:
2002-10-03 02:50:01 UTC
Size:
567 bytes
patch
obsolete
>--- nam_stream.cc.old Thu Oct 3 11:32:39 2002 >+++ nam_stream.cc Thu Oct 3 11:33:21 2002 >@@ -23,7 +23,7 @@ > #ifdef WIN32 > #include <limits.h> > #else >-#include <values.h> >+#include <limits.h> > #endif > > #include <assert.h> >@@ -429,7 +429,7 @@ > switch(whence) { > case SEEK_SET: lim = offset; break; > case SEEK_CUR: lim = tell() + offset; break; >- case SEEK_END: lim = MAXLONG; break; // XXX: MAXINT may not be max(off_t) >+ case SEEK_END: lim = LONG_MAX; break; // XXX: MAXINT may not be max(off_t) > } > insure_backing(lim); > if (0 == fseek(back_, offset, whence))
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 43607
: 25513