summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-08-27 05:14:42 +0000
committerguenther <guenther@openbsd.org>2016-08-27 05:14:42 +0000
commitc68573dc96f49ebc1d4ac804706945c2f59b695f (patch)
tree6b943c0b014a70e5ed8219c51820022eca28077f
parentDeclare lseek() instead of assuming it'll be provided elsewhere (diff)
downloadwireguard-openbsd-c68573dc96f49ebc1d4ac804706945c2f59b695f.tar.xz
wireguard-openbsd-c68573dc96f49ebc1d4ac804706945c2f59b695f.zip
qaddr_t is (now) dead
ok deraadt@
-rw-r--r--sys/sys/types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index ceb7de5cd45..1caf30cdaeb 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.44 2015/09/04 23:47:09 daniel Exp $ */
+/* $OpenBSD: types.h,v 1.45 2016/08/27 05:14:42 guenther Exp $ */
/* $NetBSD: types.h,v 1.29 1996/11/15 22:48:25 jtc Exp $ */
/*-
@@ -119,7 +119,6 @@ typedef __uint64_t u_int64_t;
/* quads, deprecated in favor of 64 bit int types */
typedef __int64_t quad_t;
typedef __uint64_t u_quad_t;
-typedef quad_t * qaddr_t;
#if __BSD_VISIBLE
/* VM system types */