Add missing quotes around ID string in __FBSDID().
Pointy hat to: obrien
This commit is contained in:
parent
8e91c039a7
commit
60a6cf4eff
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID($FreeBSD$);
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user