Index: fusl/src/network/ent.c |
diff --git a/fusl/src/network/ent.c b/fusl/src/network/ent.c |
index ececdc4866b0d8c8e56eb8d1996c7f8d9a04838d..27e08aba2f6583a65f827ee7da783868fd17c411 100644 |
--- a/fusl/src/network/ent.c |
+++ b/fusl/src/network/ent.c |
@@ -1,17 +1,12 @@ |
#include "libc.h" |
-void sethostent(int x) |
-{ |
-} |
+void sethostent(int x) {} |
-void *gethostent() |
-{ |
- return 0; |
+void* gethostent() { |
+ return 0; |
} |
-void endhostent(void) |
-{ |
-} |
+void endhostent(void) {} |
weak_alias(sethostent, setnetent); |
weak_alias(gethostent, getnetent); |