From: Manuel Novoa III Date: Tue, 8 May 2001 12:56:17 +0000 (-0000) Subject: Fix comment for #endif to remove warnings. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=59674ac81273444cc2e7f4a956249ff88042ede8;p=uclinux-h8%2FuClibc.git Fix comment for #endif to remove warnings. --- diff --git a/include/sys/socketcall.h b/include/sys/socketcall.h index 52e958395..2538c672c 100644 --- a/include/sys/socketcall.h +++ b/include/sys/socketcall.h @@ -19,4 +19,4 @@ #define SYS_SENDMSG 16 #define SYS_RECVMSG 17 -#endif _SYS_SOCKETCALL_H +#endif /* _SYS_SOCKETCALL_H */