diff options
author | 1998-02-10 02:19:46 +0000 | |
---|---|---|
committer | 1998-02-10 02:19:46 +0000 | |
commit | c1f33f96355f1701fa621cb0776154f789c0ca34 (patch) | |
tree | 46c2a29c82c6356512de0656e75c2028fd991dbb /lib/libc/string/swab.3 | |
parent | Fix buffer overflows in quote1(), clear line buffer (diff) | |
download | wireguard-openbsd-c1f33f96355f1701fa621cb0776154f789c0ca34.tar.xz wireguard-openbsd-c1f33f96355f1701fa621cb0776154f789c0ca34.zip |
move proto to unistd.h
Diffstat (limited to 'lib/libc/string/swab.3')
-rw-r--r-- | lib/libc/string/swab.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index c64dbd6cb12..d1bfc358fbb 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: swab.3,v 1.2 1996/08/19 08:34:29 tholo Exp $ +.\" $OpenBSD: swab.3,v 1.3 1998/02/10 02:19:48 deraadt Exp $ .\" .Dd May 1, 1991 .Dt SWAB 3 @@ -38,7 +38,7 @@ .Nm swab .Nd swap adjacent bytes .Sh SYNOPSIS -.Fd #include <string.h> +.Fd #include <unistd.h> .Ft void .Fn swab "const void *src" "void *dst" "size_t len" .Sh DESCRIPTION |