diff options
| author | 2003-01-21 00:46:46 +0000 | |
|---|---|---|
| committer | 2003-01-21 00:46:46 +0000 | |
| commit | aa4a281b8600614fa26b91e66cddc692dbfb80cf (patch) | |
| tree | 116043252debb38b752e2fc2057dfcce7d98a417 | |
| parent | remove directory statement, not needed since we chroot by default (diff) | |
| download | wireguard-openbsd-aa4a281b8600614fa26b91e66cddc692dbfb80cf.tar.xz wireguard-openbsd-aa4a281b8600614fa26b91e66cddc692dbfb80cf.zip | |
Get rid of vm_{offset,size}_t on i386.
deraadt@ ok.
| -rw-r--r-- | sys/arch/i386/include/types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h index 17d364819cd..b9aa57b1501 100644 --- a/sys/arch/i386/include/types.h +++ b/sys/arch/i386/include/types.h @@ -1,5 +1,5 @@ /* $NetBSD: types.h,v 1.12 1995/12/24 01:08:03 mycroft Exp $ */ -/* $OpenBSD: types.h,v 1.11 2002/10/06 19:58:31 art Exp $ */ +/* $OpenBSD: types.h,v 1.12 2003/01/21 00:46:46 art Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -47,9 +47,6 @@ typedef struct label_t { } label_t; #endif -typedef unsigned long vm_offset_t; -typedef unsigned long vm_size_t; - typedef unsigned long vaddr_t; typedef unsigned long paddr_t; typedef unsigned long vsize_t; |
