diff --git a/lib/roken/socket.c b/lib/roken/socket.c index a19281c13..121ebc1eb 100644 --- a/lib/roken/socket.c +++ b/lib/roken/socket.c @@ -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 */