Mercurial > hg > xemacs-beta
comparison lib-src/make-path.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
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; | |
39 | 37 |
40 char *prog_name; | 38 char *prog_name; |
41 | 39 |
42 static int touchy_mkdir (char *path) | 40 static int touchy_mkdir (char *path) |
43 { | 41 { |