Skip to content
Snippets Groups Projects
Commit f0cfb8cb authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

Don't preimport socket module.

parent fc35aa68
Branches
No related tags found
No related merge requests found
...@@ -318,5 +318,4 @@ void rawsocket_init() { ...@@ -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);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment