diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2022-08-06 13:31:14 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2022-08-06 13:31:14 +0000 |
commit | 425a7c659631babafd753a850dceeab8b5b24a63 (patch) | |
tree | 359c61776fcc1409a293115b049e1b3e4dbcac31 /regress | |
parent | 618c3e1eab7bce5115bc719ed123ec65aea871c5 (diff) |
remove swblk_t type from sys/types.h
- it is currently unused (except in some regress)
- it is non-standard
- it shouldn't have been visible in first place
ok jca@ mpi@ todd@ deraadt@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/misc/c++abi/nm1.C | 3 | ||||
-rw-r--r-- | regress/misc/c++abi/nm1.ref | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/regress/misc/c++abi/nm1.C b/regress/misc/c++abi/nm1.C index 698c0bf1819..b20b3a8bfbe 100644 --- a/regress/misc/c++abi/nm1.C +++ b/regress/misc/c++abi/nm1.C @@ -1,4 +1,4 @@ -/* $OpenBSD: nm1.C,v 1.2 2017/02/07 12:57:12 bluhm Exp $ */ +/* $OpenBSD: nm1.C,v 1.3 2022/08/06 13:31:13 semarie Exp $ */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> @@ -23,7 +23,6 @@ D(sa_family_t) D(segsz_t) D(socklen_t) D(suseconds_t) -D(swblk_t) D(uid_t) D(uint64_t) D(uint32_t) diff --git a/regress/misc/c++abi/nm1.ref b/regress/misc/c++abi/nm1.ref index fa25ac73d38..82ca8fcd13b 100644 --- a/regress/misc/c++abi/nm1.ref +++ b/regress/misc/c++abi/nm1.ref @@ -18,7 +18,6 @@ sa_family_t(unsigned char) segsz_t(int) socklen_t(unsigned int) suseconds_t(long) -swblk_t(int) uid_t(unsigned int) uint64_t(unsigned long long) uint32_t(unsigned int) |