Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/include/linux linux/export.h: Side-l...



details:   https://anonhg.NetBSD.org/src/rev/64cc43e53edc
branches:  trunk
changeset: 372014:64cc43e53edc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Oct 25 23:31:27 2022 +0000

description:
linux/export.h: Side-load linux/stringify.h.

Expected by some users.

diffstat:

 sys/external/bsd/common/include/linux/export.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b8b005678952 -r 64cc43e53edc sys/external/bsd/common/include/linux/export.h
--- a/sys/external/bsd/common/include/linux/export.h    Tue Oct 25 23:22:36 2022 +0000
+++ b/sys/external/bsd/common/include/linux/export.h    Tue Oct 25 23:31:27 2022 +0000
@@ -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.  */



Home | Main Index | Thread Index | Old Index