summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-02 22:06:24 +0000
committerphk <phk@FreeBSD.org>1994-11-02 22:06:24 +0000
commit18e6482b87fb3020f93bfc61e46326dd5affcd24 (patch)
tree08a076c9a1670a33dde42eb94a3379e38e40385a /sbin
parent4880d363c5e960fdce61cd2c145e7b4243f62910 (diff)
downloadFreeBSD-src-18e6482b87fb3020f93bfc61e46326dd5affcd24.zip
FreeBSD-src-18e6482b87fb3020f93bfc61e46326dd5affcd24.tar.gz
a missing star.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/utils.c b/sbin/sysinstall/utils.c
index aa4cb4a..fcaa871 100644
--- a/sbin/sysinstall/utils.c
+++ b/sbin/sysinstall/utils.c
@@ -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;
OpenPOWER on IntegriCloud