Don't preimport socket module.
This commit is contained in:
parent
fc35aa6828
commit
f0cfb8cb45
|
@ -318,5 +318,4 @@ void rawsocket_init() {
|
||||||
STORE_INT_CONST(m, SOCK_STREAM);
|
STORE_INT_CONST(m, SOCK_STREAM);
|
||||||
STORE_INT_CONST(m, SOCK_DGRAM);
|
STORE_INT_CONST(m, SOCK_DGRAM);
|
||||||
STORE_INT_CONST(m, SOCK_RAW);
|
STORE_INT_CONST(m, SOCK_RAW);
|
||||||
rt_store_name(qstr_from_str_static("rawsocket"), m);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue