This commit is contained in:
Love Hornquist Astrand
2010-01-25 23:50:37 -08:00
parent 2fbdb6a514
commit 4376b6c8b1

View File

@@ -316,7 +316,7 @@ socket_to_fd(rk_socket_t sock, int flags)
#endif
}
#ifndef HEIMAL_SMALLER
#ifndef HEIMDAL_SMALLER
int rk_socket(int, int, int);
@@ -334,4 +334,4 @@ rk_socket(int domain, int type, int protocol)
return s;
}
#endif
#endif /* HEIMDAL_SMALLER */