Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   dyoung
Date:           Tue Jan 13 23:37:30 UTC 2004

Modified Files:
        src/sys/dev/ic: atw.c
        src/sys/net80211: ieee80211.c ieee80211_compat.h ieee80211_input.c
            ieee80211_node.c ieee80211_output.c ieee80211_proto.c

Log Message:
NetBSD's KASSERT takes just one argument while FreeBSD's takes two,
so I have added IASSERT(cond, complaint) to the compatibility header
file and s/KASSERT/IASSERT/'d.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/ic/atw.c
cvs rdiff -r1.8 -r1.9 src/sys/net80211/ieee80211.c
cvs rdiff -r1.4 -r1.5 src/sys/net80211/ieee80211_compat.h
cvs rdiff -r1.16 -r1.17 src/sys/net80211/ieee80211_input.c
cvs rdiff -r1.9 -r1.10 src/sys/net80211/ieee80211_node.c
cvs rdiff -r1.10 -r1.11 src/sys/net80211/ieee80211_output.c
cvs rdiff -r1.6 -r1.7 src/sys/net80211/ieee80211_proto.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index