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/dist/include/drm Unconstify a kmemdupe...



details:   https://anonhg.NetBSD.org/src/rev/d36c1064b21e
branches:  trunk
changeset: 834873:d36c1064b21e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:46:02 2018 +0000

description:
Unconstify a kmemduped thing.

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_crtc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c1d50b3226d -r d36c1064b21e sys/external/bsd/drm2/dist/include/drm/drm_crtc.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h Mon Aug 27 06:45:44 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h Mon Aug 27 06:46:02 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_crtc.h,v 1.6 2018/08/27 04:58:37 riastradh Exp $   */
+/*     $NetBSD: drm_crtc.h,v 1.7 2018/08/27 06:46:02 riastradh Exp $   */
 
 /*
  * Copyright © 2006 Keith Packard
@@ -146,7 +146,7 @@
        enum subpixel_order subpixel_order;
        u32 color_formats;
 
-       const u32 *bus_formats;
+       u32 *bus_formats;
        unsigned int num_bus_formats;
 
        /* Mask of supported hdmi deep color modes */



Home | Main Index | Thread Index | Old Index