SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
net/ns/patches/patch-mac_mac-802_11_cc
Normal file
21
net/ns/patches/patch-mac_mac-802_11_cc
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: mac/mac-802_11.cc
|
||||
--- mac/mac-802_11.cc.orig
|
||||
+++ mac/mac-802_11.cc
|
||||
@@ -327,7 +327,7 @@ void Mac802_11::trace_event(char *eventtype, Packet *p
|
||||
//struct hdr_cmn *ch = HDR_CMN(p);
|
||||
|
||||
if(wrk != 0) {
|
||||
- sprintf(wrk, "E -t "TIME_FORMAT" %s %2x ",
|
||||
+ sprintf(wrk, "E -t " TIME_FORMAT " %s %2x ",
|
||||
et_->round(Scheduler::instance().clock()),
|
||||
eventtype,
|
||||
//ETHER_ADDR(dh->dh_sa)
|
||||
@@ -335,7 +335,7 @@ void Mac802_11::trace_event(char *eventtype, Packet *p
|
||||
);
|
||||
}
|
||||
if(nwrk != 0) {
|
||||
- sprintf(nwrk, "E -t "TIME_FORMAT" %s %2x ",
|
||||
+ sprintf(nwrk, "E -t " TIME_FORMAT " %s %2x ",
|
||||
et_->round(Scheduler::instance().clock()),
|
||||
eventtype,
|
||||
//ETHER_ADDR(dh->dh_sa)
|
Loading…
Add table
Add a link
Reference in a new issue