Fixed missing quote in a devfs string.

This commit is contained in:
Bruce Evans 1996-03-29 11:39:08 +00:00
parent 6ac3b69d76
commit c9e1c95d1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14905
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*-
* dgb.c $Id: dgb.c,v 1.15 1995/12/29 13:21:10 bde Exp $
* dgb.c $Id: dgb.c,v 1.16 1996/03/28 14:27:26 scrappy Exp $
*
* Digiboard driver.
*
@ -863,7 +863,7 @@ dgbattach(dev)
port->devfs_token.tty =
devfs_add_devswf(&dgb_cdevsw,
(unit*32)+i+64,/*mytical number*/
DV_CHR, 0, 0, 0600, idgb%d.%d", unit,
DV_CHR, 0, 0, 0600, "idgb%d.%d", unit,
i);
port->devfs_token.tty =

View File

@ -1,5 +1,5 @@
/*-
* dgb.c $Id: dgb.c,v 1.15 1995/12/29 13:21:10 bde Exp $
* dgb.c $Id: dgb.c,v 1.16 1996/03/28 14:27:26 scrappy Exp $
*
* Digiboard driver.
*
@ -863,7 +863,7 @@ dgbattach(dev)
port->devfs_token.tty =
devfs_add_devswf(&dgb_cdevsw,
(unit*32)+i+64,/*mytical number*/
DV_CHR, 0, 0, 0600, idgb%d.%d", unit,
DV_CHR, 0, 0, 0600, "idgb%d.%d", unit,
i);
port->devfs_token.tty =