Revert revision 1.3.

This commit is contained in:
thorpej 2002-05-03 17:52:17 +00:00
parent 9b846773b6
commit 510cbd8934
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: std.x86_64,v 1.3 2002/05/03 00:06:56 eeh Exp $
# $NetBSD: std.x86_64,v 1.4 2002/05/03 17:52:17 thorpej Exp $
#
# standard, required NetBSD/x86_64 'options'
@ -6,4 +6,3 @@ machine x86_64
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options _LP64 # This is a 64-bit architecture

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.3 2002/05/03 00:06:56 eeh Exp $ */
/* $NetBSD: types.h,v 1.4 2002/05/03 17:53:32 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -49,9 +49,6 @@ typedef struct label_t {
/* NB: This should probably be if defined(_KERNEL) */
#if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
#ifndef _LP64
#define _LP64 1
#endif
typedef unsigned long paddr_t;
typedef unsigned long psize_t;
typedef unsigned long vaddr_t;