diff options
author | 2001-08-12 12:03:01 +0000 | |
---|---|---|
committer | 2001-08-12 12:03:01 +0000 | |
commit | fd0d495e5e54b34f2a1dfd5e0557835f6d49bd86 (patch) | |
tree | 97692b407071b3bff0a48efb0117517fb6dc6620 /lib/libc/include | |
parent | Document FULLPKGNAME changes. (diff) | |
download | wireguard-openbsd-fd0d495e5e54b34f2a1dfd5e0557835f6d49bd86.tar.xz wireguard-openbsd-fd0d495e5e54b34f2a1dfd5e0557835f6d49bd86.zip |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'lib/libc/include')
-rw-r--r-- | lib/libc/include/thread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/thread_private.h b/lib/libc/include/thread_private.h index 6b04fd9f75c..29ff13d33c6 100644 --- a/lib/libc/include/thread_private.h +++ b/lib/libc/include/thread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: thread_private.h,v 1.6 2001/01/04 21:45:30 todd Exp $ */ +/* $OpenBSD: thread_private.h,v 1.7 2001/08/12 12:03:01 heko Exp $ */ #ifndef _THREAD_PRIVATE_H_ #define _THREAD_PRIVATE_H_ @@ -132,4 +132,4 @@ int _thread_fd_lock_debug(int, int, struct timespec *, const char *, int); void _thread_fd_unlock(int, int); void _thread_fd_unlock_debug(int, int, const char *, int); -#endif _THREAD_PRIVATE_H_ +#endif /* _THREAD_PRIVATE_H_ */ |