Author: jilles
Date: Wed Jul  3 22:14:12 2013
New Revision: 252627
URL: http://svnweb.freebsd.org/changeset/base/252627

Log:
  MFC r251181: fork(2): #include <sys/types.h> is not needed.

Modified:
  stable/9/lib/libc/sys/fork.2
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/sys/fork.2
==============================================================================
--- stable/9/lib/libc/sys/fork.2        Wed Jul  3 22:12:54 2013        
(r252626)
+++ stable/9/lib/libc/sys/fork.2        Wed Jul  3 22:14:12 2013        
(r252627)
@@ -28,7 +28,7 @@
 .\"    @(#)fork.2      8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd June 4, 1993
+.Dd May 31, 2013
 .Dt FORK 2
 .Os
 .Sh NAME
@@ -37,7 +37,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
 .In unistd.h
 .Ft pid_t
 .Fn fork void
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to