summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkswapconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/mkswapconf.c')
-rw-r--r--usr.sbin/config/mkswapconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/mkswapconf.c b/usr.sbin/config/mkswapconf.c
index 94b5dce..9722d9c 100644
--- a/usr.sbin/config/mkswapconf.c
+++ b/usr.sbin/config/mkswapconf.c
@@ -195,7 +195,7 @@ char *
devtoname(dev)
dev_t dev;
{
- char buf[80];
+ char buf[80];
register struct devdescription *dp;
int part;
char partname[2];
@@ -242,7 +242,7 @@ initdevtable()
* Allow a comment *
\*******************************/
if(linebuf[0] == '#') continue;
-
+
if (sscanf(linebuf, "%s\t%d\n", buf, &maj) == 2) {
*dp = (struct devdescription *)malloc(sizeof (**dp));
(*dp)->dev_name = ns(buf);
OpenPOWER on IntegriCloud