shl adapted to C (<<)

git-svn-id: svn://kolibrios.org@4257 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
esevece
2013-11-19 20:16:26 +00:00
parent 29db36de54
commit 03195be388
2 changed files with 8 additions and 10 deletions

View File

@@ -47,8 +47,6 @@ int recv(int sockfd, void *buf, int len, int flags)
return __ret;
}
// --------------------------------------------------------------
__u32 __menuet__open_UDP_socket(__u32 local_port,__u32 remote_port,__u32 remote_ip)