mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 17:24:23 +01:00
Make libstand compile
This commit is contained in:
parent
edc31306f7
commit
06a3891a49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65400
@ -1,9 +1,11 @@
|
||||
/*
|
||||
* Some data-tables that are often used.
|
||||
* Cannot be copyrighted.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/libkern.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
u_char const bcd2bin_data[] = {
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 0, 0, 0, 0,
|
||||
|
@ -34,7 +34,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/libkern.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
static u_long randseed = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user