FreeBSD Bugzilla – Attachment 27247 Details for
Bug 46292
new ports at http://people.freebsd.org/~alane/.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-communication.cpp
patch-communication.cpp (text/x-c++src; charset="us-ascii"), 457 bytes, created by
David Holm
on 2002-12-20 23:29:18 UTC
(
hide
)
Description:
patch-communication.cpp
Filename:
MIME Type:
Creator:
David Holm
Created:
2002-12-20 23:29:18 UTC
Size:
457 bytes
patch
obsolete
>--- kaptain/communication.cpp.orig Wed Aug 14 12:13:13 2002 >+++ kaptain/communication.cpp Fri Dec 20 16:14:31 2002 >@@ -8,7 +8,7 @@ > #include <sys/stat.h> > #include <netdb.h> > #include <fcntl.h> >-#include <iostream.h> >+#include <iostream> > #include <sstream> > #include "global.h" > #include "tools.h" >@@ -16,6 +16,8 @@ > #include "grammar.h" > > #define NO_MORE_IO "At most one i/o channel is allowed.\n" >+ >+using namespace std; > > extern Grammar * yygrammar; >
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 Raw
Actions:
View
Attachments on
bug 46292
: 27247 |
27248
|
27249
|
27250
|
27251
|
27252
|
27253
|
27254
|
27255
|
27256
|
27257
|
27258
|
27259
|
27260