mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
10 lines
214 B
C
Vendored
10 lines
214 B
C
Vendored
/*-
|
|
* Copyright (c) 1992-2025 The FreeBSD Project.
|
|
*
|
|
*/
|
|
#ifdef _KERNEL
|
|
#error "<osreldate.h> cannot be used in the kernel, use <sys/param.h>"
|
|
#else
|
|
/* zig patch: the compiler defines __FreeBSD_version */
|
|
#endif
|