comparison sbr/makedir.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents a6481689f99c
children
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* makedir.c - make a directory */ 1 /* makedir.c - make a directory */
2 #ifndef lint 2 #ifndef lint
3 static char ident[] = "@(#)$Id$"; 3 static char ident[] = "@(#)$Id: makedir.c,v 1.2 2006/12/05 18:18:04 kono Exp $";
4 #endif /* lint */ 4 #endif /* lint */
5 5
6 #if defined (BSD42) || defined (hpux) 6 #if defined (BSD42) || defined (hpux)
7 /* Modified to try recursive create. Really, this should be broken 7 /* Modified to try recursive create. Really, this should be broken
8 * out into a subr so that SYS5 systems can do this too. I don't 8 * out into a subr so that SYS5 systems can do this too. I don't