Module Name: src
Committed By: riastradh
Date: Sun Dec 19 00:47:00 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/uapi/drm: drm.h
Log Message:
Reduce some unnecessary diff, unused now.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h
diff -u src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h:1.2 src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h:1.3
--- src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h:1.2 Sat Dec 18 23:45:46 2021
+++ src/sys/external/bsd/drm2/dist/include/uapi/drm/drm.h Sun Dec 19 00:47:00 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm.h,v 1.2 2021/12/18 23:45:46 riastradh Exp $ */
+/* $NetBSD: drm.h,v 1.3 2021/12/19 00:47:00 riastradh Exp $ */
/**
* \file drm.h
@@ -50,11 +50,7 @@ typedef unsigned int drm_handle_t;
#include <asm/ioctl.h>
/* XXX Why was this historically different between Linux and BSD? */
-# ifdef __NetBSD__
-typedef unsigned long drm_handle_t;
-# else
typedef unsigned int drm_handle_t;
-# endif
#endif