mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
a missing star.
This commit is contained in:
parent
567127fa54
commit
99133b4e1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4096
@ -6,7 +6,7 @@
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id: utils.c,v 1.17 1994/11/02 07:34:01 ache Exp $
|
||||
* $Id: utils.c,v 1.18 1994/11/02 08:52:15 phk Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -219,7 +219,7 @@ Mkdir(char *ipath)
|
||||
{
|
||||
struct stat sb;
|
||||
int final=0;
|
||||
char *p,path=StrAlloc(ipath);
|
||||
char *p,*path=StrAlloc(ipath);
|
||||
|
||||
Debug("mkdir(%s)",path);
|
||||
p = path;
|
||||
|
Loading…
Reference in New Issue
Block a user