fix the __KERNEL_RCSID

This commit is contained in:
lukem 2007-12-11 23:32:44 +00:00
parent 6ec6d598ac
commit 4e1d22cc0b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_usbd.c,v 1.1.2.1 2005/03/31 04:24:36 wpaul Exp $");
#endif
#ifdef __NetBSD__
__KERNEL_RCSID(0, "$NetBSD");
__KERNEL_RCSID(0, "$NetBSD: subr_usbd.c,v 1.5 2007/12/11 23:32:44 lukem Exp $");
#endif
#include <sys/param.h>