FreeBSD Bugzilla – Attachment 27397 Details for
Bug 46475
Fix build on -current for math/gri
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.31 KB, created by
Kuang-che Wu
on 2002-12-22 20:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kuang-che Wu
Created:
2002-12-22 20:20:01 UTC
Size:
1.31 KB
patch
obsolete
>diff -urN gri/files/patch-ac gri.new/files/patch-ac >--- gri/files/patch-ac Fri Oct 25 16:19:13 2002 >+++ gri.new/files/patch-ac Mon Dec 23 04:12:21 2002 >@@ -1,5 +1,5 @@ >---- gr.hh.orig Fri Oct 25 01:19:27 2002 >-+++ gr.hh Fri Oct 25 01:20:38 2002 >+--- gr.hh.orig Mon Dec 23 04:06:38 2002 >++++ gr.hh Mon Dec 23 04:08:51 2002 > @@ -28,7 +28,7 @@ > #if STDC_HEADERS > #include <stdlib.h> >@@ -9,3 +9,12 @@ > #include <malloc.h> > #endif // not MSDOS > #endif // Doesn't have stdlib >+@@ -345,7 +345,7 @@ >+ #endif >+ >+ // Time type (time_t, int, or long) varies per machine (ug). >+-#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX) >++#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX) || defined(__FreeBSD__) >+ #define SECOND_TYPE time_t >+ #else >+ #if defined(__DECCXX) >diff -urN gri/files/patch-rpncalc.cc gri.new/files/patch-rpncalc.cc >--- gri/files/patch-rpncalc.cc Thu Jan 1 08:00:00 1970 >+++ gri.new/files/patch-rpncalc.cc Mon Dec 23 04:12:52 2002 >@@ -0,0 +1,11 @@ >+--- rpncalc.cc.orig Mon Dec 23 04:10:17 2002 >++++ rpncalc.cc Mon Dec 23 04:10:33 2002 >+@@ -1801,7 +1801,7 @@ >+ >+ // Used by rpn.cc also, in case of stack overflow >+ bool >+-print_rpn_stack(const char *msg="") >++print_rpn_stack(const char *msg) >+ { >+ int i; >+ int stack_len = rS.size();
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 46475
: 27397