mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Back the last change out.
It upsets the calculations in sys.c (switch(maj)).
This commit is contained in:
parent
cd956c3bc1
commit
63e13c80ea
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.2 92/04/04 11:36:43 rpd
|
||||
* $Id: table.c,v 1.17 1998/10/10 14:30:05 bde Exp $
|
||||
* $Id: table.c,v 1.18 1999/05/25 09:32:00 brian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -136,5 +136,5 @@ struct pseudo_desc Idtr_real = { 0x400 - 1, 0x0, 0x0 };
|
|||
* All initialized data is defined in one file to reduce space wastage from
|
||||
* fragmentation.
|
||||
*/
|
||||
char *devs[] = { "wd", "ad", "dk", "fd", "wt", "da", 0 };
|
||||
char *devs[] = { "wd", "dk", "fd", "wt", "da", 0 };
|
||||
unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */
|
||||
|
|
|
|||
Loading…
Reference in a new issue