diff options
| author | kleink <kleink@NetBSD.org> | 2000-06-27 05:53:22 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2000-06-27 05:53:22 +0000 |
| commit | bb2ed0f48784f485b2bd826071e718c3adbd3b53 (patch) | |
| tree | 7cca8dd09d5cc58ac8fc1c4e73e85621efcfc63e /sys/arch/mips/include | |
| parent | 83b6632673a64510d4d2357d8a9ce40cab214d57 (diff) | |
G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.
Diffstat (limited to 'sys/arch/mips/include')
| -rw-r--r-- | sys/arch/mips/include/ansi.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
