| Index: fusl/src/network/shutdown.c
|
| diff --git a/fusl/src/network/shutdown.c b/fusl/src/network/shutdown.c
|
| index 10ca21aa3cbeaaa95f4ce7f24aecdb64f2bd924d..f021833b3d886b997828710c54191d02ad437903 100644
|
| --- a/fusl/src/network/shutdown.c
|
| +++ b/fusl/src/network/shutdown.c
|
| @@ -1,7 +1,6 @@
|
| #include <sys/socket.h>
|
| #include "syscall.h"
|
|
|
| -int shutdown(int fd, int how)
|
| -{
|
| - return socketcall(shutdown, fd, how, 0, 0, 0, 0);
|
| +int shutdown(int fd, int how) {
|
| + return socketcall(shutdown, fd, how, 0, 0, 0, 0);
|
| }
|
|
|