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/drm Terminate ifdef missed in merge.
details: https://anonhg.NetBSD.org/src/rev/2d29d3ab1aee
branches: trunk
changeset: 365738:2d29d3ab1aee
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:32:57 2018 +0000
description:
Terminate ifdef missed in merge.
diffstat:
sys/external/bsd/drm2/dist/drm/drm_agpsupport.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 32ced5147a88 -r 2d29d3ab1aee sys/external/bsd/drm2/dist/drm/drm_agpsupport.c
--- a/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c Mon Aug 27 06:32:44 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c Mon Aug 27 06:32:57 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_agpsupport.c,v 1.7 2018/08/27 04:58:19 riastradh Exp $ */
+/* $NetBSD: drm_agpsupport.c,v 1.8 2018/08/27 06:32:57 riastradh Exp $ */
/**
* \file drm_agpsupport.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_agpsupport.c,v 1.7 2018/08/27 04:58:19 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_agpsupport.c,v 1.8 2018/08/27 06:32:57 riastradh Exp $");
#include <drm/drmP.h>
#include <linux/errno.h>
@@ -565,3 +565,4 @@
return mem;
}
EXPORT_SYMBOL(drm_agp_bind_pages);
+#endif
Home |
Main Index |
Thread Index |
Old Index