From: kettenis Date: Sat, 8 Jul 2017 19:36:58 +0000 (+0000) Subject: Remove duplicate typedesf that are now provided by linux_types.h. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=90937003cc6c647fea5bff7ea85af4fa4e4636a5;p=openbsd Remove duplicate typedesf that are now provided by linux_types.h. --- diff --git a/sys/dev/pci/drm/drm.h b/sys/dev/pci/drm/drm.h index a80f178d9a9..3cce27c10ba 100644 --- a/sys/dev/pci/drm/drm.h +++ b/sys/dev/pci/drm/drm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: drm.h,v 1.23 2017/07/01 16:00:25 kettenis Exp $ */ +/* $OpenBSD: drm.h,v 1.24 2017/07/08 19:36:58 kettenis Exp $ */ /** * \file drm.h * Header for the Direct Rendering Manager @@ -49,14 +49,7 @@ #include #include -typedef int8_t __s8; -typedef uint8_t __u8; -typedef int16_t __s16; -typedef uint16_t __u16; -typedef int32_t __s32; -typedef uint32_t __u32; -typedef int64_t __s64; -typedef uint64_t __u64; + typedef unsigned long drm_handle_t; #define DRM_IOCTL_NR(n) ((n) & 0xff)