From 4376b6c8b1f7f7718896b7c27ecebd21864838ab Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 25 Jan 2010 23:50:37 -0800 Subject: [PATCH] spelling --- lib/roken/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */