diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 21:32:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 21:32:36 +0000 |
commit | dddae1090076383890bb60037e62bd9ee7c5665f (patch) | |
tree | bc7bb9bd1aa213362c895b718bf12a0cdd3deef2 /lib/libc | |
parent | fced855dab97d1b8e9df3ec448cbb4ccdf5a60d7 (diff) |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 145d1d9a15e..b306642016b 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.18 2000/10/18 05:12:11 aaron Exp $ +.\" $OpenBSD: select.2,v 1.19 2001/03/03 21:32:35 deraadt Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -200,7 +200,7 @@ userland libraries: fd_set *fdsr; int max = fd; - fsdr = (fd_set *)calloc(howmany(max+1, NFDBITS), + fdsr = (fd_set *)calloc(howmany(max+1, NFDBITS), sizeof(fd_mask)); if (fdsr == NULL) { ... |