Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux Define another __stringi...



details:   https://anonhg.NetBSD.org/src/rev/1dbbd95bc2f7
branches:  trunk
changeset: 1027933:1dbbd95bc2f7
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:18:24 2021 +0000

description:
Define another __stringify for fun, can't ever have too many.

diffstat:

 sys/external/bsd/drm2/include/linux/module.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 40cd5e4a2807 -r 1dbbd95bc2f7 sys/external/bsd/drm2/include/linux/module.h
--- a/sys/external/bsd/drm2/include/linux/module.h      Sun Dec 19 01:18:17 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/module.h      Sun Dec 19 01:18:24 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.8 2021/12/19 01:03:05 riastradh Exp $     */
+/*     $NetBSD: module.h,v 1.9 2021/12/19 01:18:24 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -64,5 +64,6 @@
 #define        KBUILD_MODNAME  __file__
 
 #define        __MODULE_STRING(x)      __STRING(x)
+#define        __stringify(x)          __STRING(x)
 
 #endif  /* _LINUX_MODULE_H_ */



Home | Main Index | Thread Index | Old Index