From owner-cvs-all@FreeBSD.ORG Sat Apr 26 02:33:54 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 66E70106566C; Sat, 26 Apr 2008 02:33:54 +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 4F6D08FC16; Sat, 26 Apr 2008 02:33:54 +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 m3Q2Xs1S071345; Sat, 26 Apr 2008 02:33:54 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3Q2Xsqq071341; Sat, 26 Apr 2008 02:33:54 GMT (envelope-from scf) Message-Id: <200804260233.m3Q2Xsqq071341@repoman.freebsd.org> From: Sean Farley Date: Sat, 26 Apr 2008 02:33:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 26 Apr 2008 02:33:54 -0000 scf 2008-04-26 02:33:53 UTC FreeBSD src repository Modified files: lib/libc/sys mkdir.2 Log: 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 MFC after: 3 days Revision Changes Path 1.26 +0 -1 src/lib/libc/sys/mkdir.2