2 * Copyright (C) 1995-2005 The Free Software Foundation, Inc.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 /* mkdir.c --- mkdir for Windows NT
16 Jim Blandy <jimb@cyclic.com> --- July 1995 */
25 wnt_mkdir (const char *path, int mode)
27 /* This is true for all extant calls to CVS_MKDIR. If
28 someone adds a call that uses something else later,
29 we should tweak this function to handle that. */
30 assert (mode == 0777);