Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/locale Don't require inclusion of <nl_types.h>.



details:   https://anonhg.NetBSD.org/src/rev/f70a5dbee9c5
branches:  trunk
changeset: 476080:f70a5dbee9c5
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun Sep 05 09:18:11 1999 +0000

description:
Don't require inclusion of <nl_types.h>.

diffstat:

 lib/libc/locale/nl_langinfo.3 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c095936d06b1 -r f70a5dbee9c5 lib/libc/locale/nl_langinfo.3
--- a/lib/libc/locale/nl_langinfo.3     Sun Sep 05 09:17:14 1999 +0000
+++ b/lib/libc/locale/nl_langinfo.3     Sun Sep 05 09:18:11 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nl_langinfo.3,v 1.4 1998/02/05 18:48:33 perry Exp $
+.\"    $NetBSD: nl_langinfo.3,v 1.5 1999/09/05 09:18:11 kleink Exp $
 .\"
 .\" Written by J.T. Conklin <jtc%netbsd.org@localhost>.
 .\" Public domain.
@@ -12,7 +12,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.Fd #include <nl_types.h>
 .Fd #include <langinfo.h>
 .Ft char *
 .Fn nl_langinfo "nl_item item"



Home | Main Index | Thread Index | Old Index