FreeBSD Bugzilla – Attachment 27253 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-process.h
patch-process.h (text/x-chdr; charset="us-ascii"), 537 bytes, created by
David Holm
on 2002-12-20 23:29:18 UTC
(
hide
)
Description:
patch-process.h
Filename:
MIME Type:
Creator:
David Holm
Created:
2002-12-20 23:29:18 UTC
Size:
537 bytes
patch
obsolete
>--- kaptain/process.h.orig Wed Aug 14 12:17:20 2002 >+++ kaptain/process.h Fri Dec 20 16:14:31 2002 >@@ -3,13 +3,13 @@ > > #include <list> > #include <string> >+#include <iostream> > >-using namespace std; > > void clean_up_child_process(int); > void POSIX_init(); >-int exec_async(list<string> &); >-string exec_sync_stdout(string &); >-string exec_sync_stdout(list<string> &); >+int exec_async(std::list<std::string> &); >+std::string exec_sync_stdout(std::string &); >+std::string exec_sync_stdout(std::list<std::string> &); > > #endif // PROCESS_HH
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