From 59674ac81273444cc2e7f4a956249ff88042ede8 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 8 May 2001 12:56:17 +0000 Subject: Fix comment for #endif to remove warnings. --- include/sys/socketcall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys') 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 */ -- cgit v1.2.3