Subject: re: CVS commit: src/sys
To: None <dyoung@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 01/14/2004 12:38:22
   
   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.