Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time No need for <sys/types.h>.



details:   https://anonhg.NetBSD.org/src/rev/0533faf1b866
branches:  trunk
changeset: 508178:0533faf1b866
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat Apr 07 16:14:44 2001 +0000

description:
No need for <sys/types.h>.

diffstat:

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

diffs (17 lines):

diff -r e23ee5625235 -r 0533faf1b866 lib/libc/time/time2posix.3
--- a/lib/libc/time/time2posix.3        Sat Apr 07 16:13:32 2001 +0000
+++ b/lib/libc/time/time2posix.3        Sat Apr 07 16:14:44 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: time2posix.3,v 1.9 2001/04/07 16:13:32 kleink Exp $
+.\"    $NetBSD: time2posix.3,v 1.10 2001/04/07 16:14:44 kleink Exp $
 .Dd April 1, 2001
 .Dt TIME2POSIX 3
 .Os
@@ -9,7 +9,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.Fd #include <sys/types.h>
 .Fd #include <time.h>
 .Ft time_t
 .Fn time2posix "time_t t"



Home | Main Index | Thread Index | Old Index