mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Sync with sys/i386/isa/lpt.c revision 1.70.
This commit is contained in:
parent
bcf270989f
commit
30b8d76d79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38388
@ -46,7 +46,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: unknown origin, 386BSD 0.1
|
||||
* $Id: lpt.c,v 1.20 1998/06/08 08:55:44 kato Exp $
|
||||
* $Id: lpt.c,v 1.21 1998/06/17 16:33:14 kato Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1027,7 +1027,7 @@ lpioctl (struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
break;
|
||||
|
||||
default:
|
||||
lprintf("LP:ioctl(0x%x)\n",cmd);
|
||||
lprintf("LP:ioctl(0x%lx)\n", cmd);
|
||||
return EINVAL;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user