14 lines
294 B
Text
14 lines
294 B
Text
$NetBSD: patch-ac,v 1.1 2006/12/26 23:49:15 gschwarz Exp $
|
|
|
|
--- byte.h.orig 2006-12-26 13:33:22.510004000 +0100
|
|
+++ byte.h 2006-12-26 13:34:43.649999000 +0100
|
|
@@ -1,7 +1,9 @@
|
|
#ifndef BYTE_H
|
|
#define BYTE_H
|
|
|
|
+#ifndef __sun
|
|
#include <sys/cdefs.h>
|
|
+#endif
|
|
|
|
#ifndef __pure__
|
|
#define __pure__
|