diff options
Diffstat (limited to 'lib/libc/gen/lrand48.c')
-rw-r--r-- | lib/libc/gen/lrand48.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/gen/lrand48.c b/lib/libc/gen/lrand48.c index 44a7f5d0e924..a3d0111cf4d5 100644 --- a/lib/libc/gen/lrand48.c +++ b/lib/libc/gen/lrand48.c @@ -11,9 +11,6 @@ * to anyone/anything when using this software. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "rand48.h" extern unsigned short _rand48_seed[3]; |