Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libutil Pullup 1.6 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/588e8b165b44
branches:  netbsd-1-5
changeset: 489753:588e8b165b44
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 16 23:56:31 2000 +0000

description:
Pullup 1.6 [itojun]:
login_cap.h requires sys/types.h (or should it pull sys/types.h in?)

diffstat:

 lib/libutil/login_cap.3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 13142f2d9c1f -r 588e8b165b44 lib/libutil/login_cap.3
--- a/lib/libutil/login_cap.3   Mon Oct 16 23:31:30 2000 +0000
+++ b/lib/libutil/login_cap.3   Mon Oct 16 23:56:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: login_cap.3,v 1.4 2000/03/08 00:02:54 mjl Exp $
+.\" $NetBSD: login_cap.3,v 1.4.4.1 2000/10/16 23:56:31 tv Exp $
 .\"
 .\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved.
 .\"
@@ -49,6 +49,7 @@
 .Sh LIBRARY
 .Lb libutil
 .Sh SYNOPSIS
+.Fd #include <sys/types.h>
 .Fd #include <login_cap.h>
 .Ft login_cap_t *
 .Fn login_getclass "char *class"



Home | Main Index | Thread Index | Old Index