SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
lang/freehdl/patches/patch-kernel_sig_info_cc
Normal file
20
lang/freehdl/patches/patch-kernel_sig_info_cc
Normal file
|
@ -0,0 +1,20 @@
|
|||
don't predeclare std before we have anything to put in there
|
||||
|
||||
Index: kernel/sig_info.cc
|
||||
--- kernel/sig_info.cc.orig
|
||||
+++ kernel/sig_info.cc
|
||||
@@ -1,6 +1,5 @@
|
||||
#define KERNEL // Include internal kernel definitions
|
||||
|
||||
-using namespace std;
|
||||
#include <freehdl/kernel-error.hh>
|
||||
#include <freehdl/kernel-db.hh>
|
||||
#include <freehdl/kernel-sig-info.hh>
|
||||
@@ -10,6 +9,7 @@ using namespace std;
|
||||
#include <freehdl/kernel-register.hh>
|
||||
#include <freehdl/kernel-signal-source-list-array.hh>
|
||||
#include <freehdl/kernel-map-list.hh>
|
||||
+using namespace std;
|
||||
|
||||
// signal_table is a hash tables (map) to associate signal names with
|
||||
// the corresponding sig_info_base pointers.
|
Loading…
Add table
Add a link
Reference in a new issue