summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2000-06-27 05:53:22 +0000
committerkleink <kleink@NetBSD.org>2000-06-27 05:53:22 +0000
commitbb2ed0f48784f485b2bd826071e718c3adbd3b53 (patch)
tree7cca8dd09d5cc58ac8fc1c4e73e85621efcfc63e /sys
parent83b6632673a64510d4d2357d8a9ce40cab214d57 (diff)
G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/ansi.h4
-rw-r--r--sys/arch/arm26/include/ansi.h4
-rw-r--r--sys/arch/arm32/include/ansi.h4
-rw-r--r--sys/arch/i386/include/ansi.h4
-rw-r--r--sys/arch/m68k/include/ansi.h4
-rw-r--r--sys/arch/mips/include/ansi.h4
-rw-r--r--sys/arch/pc532/include/ansi.h4
-rw-r--r--sys/arch/powerpc/include/ansi.h4
-rw-r--r--sys/arch/sh3/include/ansi.h4
-rw-r--r--sys/arch/sparc/include/ansi.h4
-rw-r--r--sys/arch/sparc64/include/ansi.h4
-rw-r--r--sys/arch/vax/include/ansi.h4
12 files changed, 12 insertions, 36 deletions
diff --git a/sys/arch/alpha/include/ansi.h b/sys/arch/alpha/include/ansi.h
index 4224715722f..98f36503bf6 100644
--- a/sys/arch/alpha/include/ansi.h
+++ b/sys/arch/alpha/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.11 2000/05/10 17:53:45 thorpej Exp $ */
+/* $NetBSD: ansi.h,v 1.12 2000/06/27 05:53:22 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -68,8 +68,6 @@ typedef struct {
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ long /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned long /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/arm26/include/ansi.h b/sys/arch/arm26/include/ansi.h
index 2e90eff8cc4..e01a48afdb6 100644
--- a/sys/arch/arm26/include/ansi.h
+++ b/sys/arch/arm26/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.1 2000/05/09 21:55:58 bjh21 Exp $ */
+/* $NetBSD: ansi.h,v 1.2 2000/06/27 05:53:22 kleink Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/arm32/include/ansi.h b/sys/arch/arm32/include/ansi.h
index 7c2abe5d4eb..2836cdf2798 100644
--- a/sys/arch/arm32/include/ansi.h
+++ b/sys/arch/arm32/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.7 1998/04/27 17:39:10 kleink Exp $ */
+/* $NetBSD: ansi.h,v 1.8 2000/06/27 05:53:22 kleink Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/i386/include/ansi.h b/sys/arch/i386/include/ansi.h
index b8e44ecbeac..0b9c055579f 100644
--- a/sys/arch/i386/include/ansi.h
+++ b/sys/arch/i386/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.11 2000/05/05 00:21:48 thorpej Exp $ */
+/* $NetBSD: ansi.h,v 1.12 2000/06/27 05:53:23 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -63,8 +63,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/m68k/include/ansi.h b/sys/arch/m68k/include/ansi.h
index 7bb262ed70a..fe429ca71a1 100644
--- a/sys/arch/m68k/include/ansi.h
+++ b/sys/arch/m68k/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.9 1998/04/27 17:39:11 kleink Exp $ */
+/* $NetBSD: ansi.h,v 1.10 2000/06/27 05:53:23 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/mips/include/ansi.h b/sys/arch/mips/include/ansi.h
index 239d81bb758..35421af4421 100644
--- a/sys/arch/mips/include/ansi.h
+++ b/sys/arch/mips/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.10 1999/04/24 08:10:33 simonb Exp $ */
+/* $NetBSD: ansi.h,v 1.11 2000/06/27 05:53:23 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/pc532/include/ansi.h b/sys/arch/pc532/include/ansi.h
index af9d3cafb74..d08d492e747 100644
--- a/sys/arch/pc532/include/ansi.h
+++ b/sys/arch/pc532/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.10 1998/04/27 17:39:11 kleink Exp $ */
+/* $NetBSD: ansi.h,v 1.11 2000/06/27 05:53:23 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/powerpc/include/ansi.h b/sys/arch/powerpc/include/ansi.h
index 337ce86743d..943ab942a92 100644
--- a/sys/arch/powerpc/include/ansi.h
+++ b/sys/arch/powerpc/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.7 2000/02/27 17:50:21 tsubai Exp $ */
+/* $NetBSD: ansi.h,v 1.8 2000/06/27 05:53:23 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -56,8 +56,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
typedef struct {
char __gpr, __fpr, __pad[2];
diff --git a/sys/arch/sh3/include/ansi.h b/sys/arch/sh3/include/ansi.h
index 5f78d79d48d..47a1cdd2155 100644
--- a/sys/arch/sh3/include/ansi.h
+++ b/sys/arch/sh3/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.1 1999/09/13 10:31:14 itojun Exp $ */
+/* $NetBSD: ansi.h,v 1.2 2000/06/27 05:53:24 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/sparc/include/ansi.h b/sys/arch/sparc/include/ansi.h
index d1256f32978..476ca07fb4a 100644
--- a/sys/arch/sparc/include/ansi.h
+++ b/sys/arch/sparc/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.9 1999/06/05 12:54:23 pk Exp $ */
+/* $NetBSD: ansi.h,v 1.10 2000/06/27 05:53:24 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ long /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned long /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/sparc64/include/ansi.h b/sys/arch/sparc64/include/ansi.h
index 5b561966b5b..a9229948915 100644
--- a/sys/arch/sparc64/include/ansi.h
+++ b/sys/arch/sparc64/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.3 1998/07/31 15:30:40 ross Exp $ */
+/* $NetBSD: ansi.h,v 1.4 2000/06/27 05:53:24 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -57,8 +57,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ long /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned long /* uintptr_t */
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/vax/include/ansi.h b/sys/arch/vax/include/ansi.h
index 794961bb85b..4e3d002639d 100644
--- a/sys/arch/vax/include/ansi.h
+++ b/sys/arch/vax/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.7 1998/04/27 17:39:11 kleink Exp $ */
+/* $NetBSD: ansi.h,v 1.8 2000/06/27 05:53:24 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -61,8 +61,6 @@
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
-#define _BSD_INTPTR_T_ int /* intptr_t */
-#define _BSD_UINTPTR_T_ unsigned int /* uintptr_t */
#endif /* _ANSI_H_ */