oops, this needs one more patch
This commit is contained in:
parent
315fc01ecf
commit
c11f3e9c34
1 changed files with 14 additions and 0 deletions
14
misc/libcdio/patches/patch-ae
Normal file
14
misc/libcdio/patches/patch-ae
Normal file
|
@ -0,0 +1,14 @@
|
|||
$NetBSD: patch-ae,v 1.3 2012/08/13 17:24:38 drochner Exp $
|
||||
|
||||
--- include/cdio/types.h.orig 2011-10-20 22:38:50.000000000 +0000
|
||||
+++ include/cdio/types.h
|
||||
@@ -169,9 +169,6 @@ typedef uint8_t ubyte;
|
||||
# define GNUC_UNLIKELY(x) (x)
|
||||
#endif
|
||||
|
||||
-#ifndef NULL
|
||||
-# define NULL ((void*) 0)
|
||||
-#endif
|
||||
|
||||
/* our own offsetof()-like macro */
|
||||
#define __cd_offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
Loading…
Reference in a new issue