Messages in this thread Patch in this message |  | | | Date | Wed, 21 Jan 98 12:09 GMT | | From | (Alan Cox) | | Subject | The bind and qmail bug | |
This should fix it (untested but obvious)
--- tcp.c~ Wed Jan 21 12:18:06 1998
+++ tcp.c Wed Jan 21 12:38:01 1998
@@ -663,7 +663,7 @@
return put_user(amount, (int *)arg);
}
default:
- return(-EINVAL);
+ return(-ENOIOCTLCMD);
};
}
|  |