mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net: move unix socket code to net.unix and skip net/unix/unix_test.v … (#8681)
This commit is contained in:
@@ -16,7 +16,6 @@ pub enum SocketType {
|
||||
// SocketFamily are the available address families
|
||||
pub enum SocketFamily {
|
||||
inet = C.AF_INET
|
||||
unix = C.AF_UNIX
|
||||
}
|
||||
|
||||
struct C.in_addr {
|
||||
|
||||
Reference in New Issue
Block a user