From owner-cvs-all@FreeBSD.ORG Wed Apr 30 23:35:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 982831065673; Wed, 30 Apr 2008 23:35:47 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65B188FC17; Wed, 30 Apr 2008 23:35:47 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3UNZl46020960; Wed, 30 Apr 2008 23:35:47 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3UNZlwL020959; Wed, 30 Apr 2008 23:35:47 GMT (envelope-from scf) Message-Id: <200804302335.m3UNZlwL020959@repoman.freebsd.org> From: Sean Farley Date: Wed, 30 Apr 2008 23:35:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys mkdir.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 23:35:47 -0000 scf 2008-04-30 23:35:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys mkdir.2 Log: MFC: Have the man page catch up with the namespace pollution cleanup that occurred between 2001-2003. Thanks to bde for the history lesson[1] concerning sys/types.h and the many system calls that at one time (pre-2001) were required by POSIX to include it. 1. http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/008126.html src/lib/libc/sys/mkdir.2: rev 1.25 -> 1.26 Revision Changes Path 1.19.12.1 +0 -1 src/lib/libc/sys/mkdir.2