SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: mac/wireless-phyExt.h
--- mac/wireless-phyExt.h.orig
+++ mac/wireless-phyExt.h
@@ -211,7 +211,7 @@ class WirelessPhyExt : public WirelessPhy { (private)
double SINR_Th_RX; //SINR threshold for decode data according to the modulation scheme
double power_RX;
- void log(char * event, char* additional); // print out state informration
+ void log(const char * event, const char* additional); // print out state informration
double SINR_Th(int modulationScheme);
inline int initialized() {
return (node_ && uptarget_ && downtarget_ && propagation_);