Fix $FreeBSD$.
Reported by: Daniel O'Connor <doconnor@gsoft.com.au>
This commit is contained in:
parent
3648c62188
commit
e68f77a69e
@ -1,7 +1,4 @@
|
||||
/*
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
/*-
|
||||
* ISP Firmware Helper Pseudo Device for FreeBSD
|
||||
*
|
||||
* Copyright (c) 2000, 2001, by Matthew Jacob
|
||||
@ -29,6 +26,9 @@ __FBSDID("$FreeBSD$");
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user