Module Name: src Committed By: riastradh Date: Tue Oct 25 23:31:27 UTC 2022
Modified Files: src/sys/external/bsd/common/include/linux: export.h Log Message: linux/export.h: Side-load linux/stringify.h. Expected by some users. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/common/include/linux/export.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/common/include/linux/export.h diff -u src/sys/external/bsd/common/include/linux/export.h:1.1 src/sys/external/bsd/common/include/linux/export.h:1.2 --- src/sys/external/bsd/common/include/linux/export.h:1.1 Sun Dec 19 09:42:27 2021 +++ src/sys/external/bsd/common/include/linux/export.h Tue Oct 25 23:31:27 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: export.h,v 1.1 2021/12/19 09:42:27 riastradh Exp $ */ +/* $NetBSD: export.h,v 1.2 2022/10/25 23:31:27 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -32,6 +32,8 @@ #ifndef _LINUX_EXPORT_H_ #define _LINUX_EXPORT_H_ +#include <linux/stringify.h> + #define EXPORT_SYMBOL(name) /* XXX Provisional -- this shouldn't happen in sources we use. */