Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110660042
D7236.id18592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
540 B
Referenced Files
None
Subscribers
None
D7236.id18592.diff
View Options
Index: head/devel/dwarves/files/patch-dutil.h
===================================================================
--- head/devel/dwarves/files/patch-dutil.h
+++ head/devel/dwarves/files/patch-dutil.h
@@ -7,13 +7,13 @@
+#if 0
#include <asm/bitsperlong.h>
+#else
-+# if defined(__LP64__)
++# if __SIZEOF_LONG__ == 8
+# define __BITS_PER_LONG 64
-+# elif defined(__ILP32__)
++# elif __SIZEOF_LONG__ == 4
+# define __BITS_PER_LONG 32
+# else
+# error What are you
-+# endif /* __LP64__ */
++# endif
+#endif
#include "rbtree.h"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 2:13 PM (5 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16772974
Default Alt Text
D7236.id18592.diff (540 B)
Attached To
Mode
D7236: dwarves: Fix build on !__LP64__
Attached
Detach File
Event Timeline
Log In to Comment