1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Minor correction for the "od" driver.

Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
This commit is contained in:
Joerg Wunsch 1995-10-31 17:03:26 +00:00
parent 49bdb5b8e7
commit c608b93b50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11956

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)swapgeneric.c 5.5 (Berkeley) 5/9/91
* $Id: swapgeneric.c,v 1.11 1995/08/19 15:59:35 joerg Exp $
* $Id: swapgeneric.c,v 1.12 1995/10/03 14:49:38 wpaul Exp $
*/
#include <sys/param.h>
@ -111,7 +111,7 @@ struct genericconf {
{ "matcd", makedev(17,0x00000000), },
#endif
#if NOD > 0
{ "od", makedev(19,0x00000000), },
{ "od", makedev(20,0x00000000), },
#endif
{ 0 },
};