diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-08 12:56:17 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-08 12:56:17 +0000 |
commit | 59674ac81273444cc2e7f4a956249ff88042ede8 (patch) | |
tree | bd330d0e79677ba69f65a35bc38a66e693ab678b | |
parent | 65902425f190ffeec2edd2b9926206960135f9fa (diff) |
Fix comment for #endif to remove warnings.
-rw-r--r-- | include/sys/socketcall.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |