Page MenuHomeFreeBSD

D57703.id.diff
No OneTemporary

D57703.id.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/const.h b/sys/compat/linuxkpi/common/include/linux/const.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/const.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef _LINUXKPI_LINUX_CONST_H
+#define _LINUXKPI_LINUX_CONST_H
+
+#include <vdso/const.h>
+
+#endif /* _LINUXKPI_LINUX_CONST_H */
diff --git a/sys/compat/linuxkpi/common/include/vdso/const.h b/sys/compat/linuxkpi/common/include/vdso/const.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/vdso/const.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef _LINUXKPI_VDSO_CONST_H
+#define _LINUXKPI_VDSO_CONST_H
+
+#define ULL(x) (x ## ULL)
+
+#endif /* _LINUXKPI_VDSO_CONST_H */

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 26, 5:45 AM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34344963
Default Alt Text
D57703.id.diff (909 B)

Event Timeline