Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/linux <linux/string.h...



details:   https://anonhg.NetBSD.org/src/rev/e21dd50fafee
branches:  riastradh-drm2
changeset: 788370:e21dd50fafee
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:28:25 2013 +0000

description:
<linux/string.h> needs <sys/null.h> for NULL.

diffstat:

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

diffs (17 lines):

diff -r 251598f21ca5 -r e21dd50fafee sys/external/bsd/drm2/include/linux/string.h
--- a/sys/external/bsd/drm2/include/linux/string.h      Wed Jul 24 03:28:09 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/string.h      Wed Jul 24 03:28:25 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: string.h,v 1.1.2.2 2013/07/24 03:13:03 riastradh Exp $ */
+/*     $NetBSD: string.h,v 1.1.2.3 2013/07/24 03:28:25 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
 
 #include <sys/types.h>
 #include <sys/cdefs.h>
+#include <sys/null.h>
 
 static inline void *
 memchr_inv(const void *buffer, int c, size_t len)



Home | Main Index | Thread Index | Old Index