Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2016 06:50:00 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295797 - head/lib/libc/gen
Message-ID:  <201602190650.u1J6o0Gu080371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri Feb 19 06:50:00 2016
New Revision: 295797
URL: https://svnweb.freebsd.org/changeset/base/295797

Log:
  Remove sys/types.h

Modified:
  head/lib/libc/gen/directory.3

Modified: head/lib/libc/gen/directory.3
==============================================================================
--- head/lib/libc/gen/directory.3	Fri Feb 19 06:35:53 2016	(r295796)
+++ head/lib/libc/gen/directory.3	Fri Feb 19 06:50:00 2016	(r295797)
@@ -28,7 +28,7 @@
 .\"     @(#)directory.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd May 6, 2015
+.Dd February 19, 2016
 .Dt DIRECTORY 3
 .Os
 .Sh NAME
@@ -46,7 +46,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
 .In dirent.h
 .Ft DIR *
 .Fn opendir "const char *filename"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602190650.u1J6o0Gu080371>