Mercurial > hg > xemacs-beta
comparison lib-src/make-path.c @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
25 the `mkdir -p' command on most systems; unfortunately, the mkdir | 25 the `mkdir -p' command on most systems; unfortunately, the mkdir |
26 command on some of the purer BSD systems (like Mt. Xinu) don't have | 26 command on some of the purer BSD systems (like Mt. Xinu) don't have |
27 that option. */ | 27 that option. */ |
28 | 28 |
29 #ifdef emacs | 29 #ifdef emacs |
30 #include <config.h> | 30 #include <../src/config.h> |
31 #endif | 31 #endif |
32 | 32 |
33 #include <sys/types.h> | 33 #include <sys/types.h> |
34 #include <sys/stat.h> | 34 #include <sys/stat.h> |
35 #include <stdio.h> | 35 #include <stdio.h> |
36 #include <errno.h> | 36 #include <errno.h> |
37 | |
38 extern int errno; | |
37 | 39 |
38 char *prog_name; | 40 char *prog_name; |
39 | 41 |
40 static int touchy_mkdir (char *path) | 42 static int touchy_mkdir (char *path) |
41 { | 43 { |