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/alpha/include | |
| parent | 83b6632673a64510d4d2357d8a9ce40cab214d57 (diff) | |
G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.
Diffstat (limited to 'sys/arch/alpha/include')
| -rw-r--r-- | sys/arch/alpha/include/ansi.h | 4 |
1 files changed, 1 insertions, 3 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 |
