Make this compile on Alpha.
This commit is contained in:
parent
c7f81d7ebd
commit
29574e68ad
@ -3215,7 +3215,7 @@ siogdbgetc()
|
||||
int s;
|
||||
struct siocnstate sp;
|
||||
|
||||
if (minor(dev) == siocnunit) {
|
||||
if (siogdbunit == siocnunit) {
|
||||
iobase = siocniobase;
|
||||
speed = comdefaultrate;
|
||||
} else {
|
||||
@ -3242,7 +3242,7 @@ siogdbputc(c)
|
||||
int s;
|
||||
struct siocnstate sp;
|
||||
|
||||
if (minor(dev) == siocnunit) {
|
||||
if (siogdbunit == siocnunit) {
|
||||
iobase = siocniobase;
|
||||
speed = comdefaultrate;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user