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/07d507fa9a57
branches: trunk
changeset: 365792:07d507fa9a57
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 af533c563081 -r 07d507fa9a57 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