Module Name: src
Committed By: maya
Date: Wed Nov 7 22:51:47 UTC 2018
Modified Files:
src/sys/arch/atari/stand/tostools/libtos: libtos.h
Log Message:
Don't provide these definitions on netbsd as before, but without relying
on int8_t being a macro.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/stand/tostools/libtos/libtos.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/arch/atari/stand/tostools/libtos/libtos.h
diff -u src/sys/arch/atari/stand/tostools/libtos/libtos.h:1.6 src/sys/arch/atari/stand/tostools/libtos/libtos.h:1.7
--- src/sys/arch/atari/stand/tostools/libtos/libtos.h:1.6 Sun Jul 17 20:54:37 2011
+++ src/sys/arch/atari/stand/tostools/libtos/libtos.h Wed Nov 7 22:51:47 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: libtos.h,v 1.6 2011/07/17 20:54:37 joerg Exp $ */
+/* $NetBSD: libtos.h,v 1.7 2018/11/07 22:51:47 maya Exp $ */
/*
* Copyright (c) 1995 Waldi Ravens.
@@ -58,14 +58,14 @@
#define VA_LIST va_list
#endif
-#ifndef int8_t
+#ifndef __NetBSD__
/*
* My TOS/MiNT installation does not define these (Leo 09/10/2001).
*/
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned long u_int32_t;
-#endif /* int8_t */
+#endif /* __NetBSD__ */
struct kparamb;
struct osdsc;