Cleanup man page and -Wall cleaning.

This commit is contained in:
Steve Price
1996-12-14 06:04:06 +00:00
parent fb5cb2083a
commit ca64f95092
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: mkdir.c,v 1.5 1994/09/24 02:56:03 davidg Exp $
*/
#ifndef lint
static char copyright[] =
static char const copyright[] =
"@(#) Copyright (c) 1983, 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94";
static char const sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94";
#endif /* not lint */
#include <sys/types.h>