artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f8169
)
qaddr_t is (now) dead
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 05:14:42 +0000
(
05:14
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 05:14:42 +0000
(
05:14
+0000)
ok deraadt@
sys/sys/types.h
patch
|
blob
|
history
diff --git
a/sys/sys/types.h
b/sys/sys/types.h
index
ceb7de5
..
1caf30c
100644
(file)
--- a/
sys/sys/types.h
+++ b/
sys/sys/types.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: types.h,v 1.4
4 2015/09/04 23:47:09 daniel Exp $
*/
+/* $OpenBSD: types.h,v 1.4
5 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 */