Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 bitstring.h does not provide size_t; include ...



details:   https://anonhg.NetBSD.org/src/rev/5bd681e1ebf3
branches:  trunk
changeset: 820114:5bd681e1ebf3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Dec 29 23:55:28 2016 +0000

description:
bitstring.h does not provide size_t; include sys/types.h for that.
Bump date.

diffstat:

 share/man/man3/bitstring.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 87a3a3fb29b4 -r 5bd681e1ebf3 share/man/man3/bitstring.3
--- a/share/man/man3/bitstring.3        Thu Dec 29 23:54:29 2016 +0000
+++ b/share/man/man3/bitstring.3        Thu Dec 29 23:55:28 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bitstring.3,v 1.16 2015/11/20 20:41:58 christos Exp $
+.\"    $NetBSD: bitstring.3,v 1.17 2016/12/29 23:55:28 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -31,7 +31,7 @@
 .\"
 .\"     @(#)bitstring.3        8.1 (Berkeley) 7/19/93
 .\"
-.Dd November 20, 2015
+.Dd December 29, 2016
 .Dt BITSTRING 3
 .Os
 .Sh NAME
@@ -47,6 +47,7 @@
 .Nm bit_test
 .Nd bit-string manipulation macros
 .Sh SYNOPSIS
+.In sys/types.h
 .In bitstring.h
 .Ft bitstr_t *
 .Fn bit_decl "bitstr_t *name" "size_t nbits"



Home | Main Index | Thread Index | Old Index