Source-Changes archive

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

re: 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.


i wouldn't mind having netbsd'a KASSERT() updated to match...
it's a nice feature IMO.


.mrg.



Home | Main Index | Thread Index | Old Index