Add a couple of blank lines before the 'Creating devices' message

This commit is contained in:
dsl 2004-08-16 21:04:08 +00:00
parent 2db238d57d
commit f372710462
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.127 2004/08/14 16:06:39 dsl Exp $ */
/* $NetBSD: util.c,v 1.128 2004/08/16 21:04:08 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -197,6 +197,7 @@ run_makedev(void)
{
char *owd;
msg_display_add("\n\n");
msg_display_add(MSG_makedev);
owd = getcwd(NULL, 0);