svn commit: r295797 - head/lib/libc/gen

Kevin Lo kevlo at FreeBSD.org
Fri Feb 19 06:50:01 UTC 2016


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"


More information about the svn-src-head mailing list