diff options
author | 2001-09-20 15:33:17 +0000 | |
---|---|---|
committer | 2001-09-20 15:33:17 +0000 | |
commit | 4d546e0c1fa78fc290179d8874be74e6ccd3e9d0 (patch) | |
tree | 379813d98e4f1c71c745b0162bf49df9f4a0312e | |
parent | Comment out Xr to missing boot_foo(8) pages. (diff) | |
download | wireguard-openbsd-4d546e0c1fa78fc290179d8874be74e6ccd3e9d0.tar.xz wireguard-openbsd-4d546e0c1fa78fc290179d8874be74e6ccd3e9d0.zip |
comment extra tokens at end of #endif directive
-rw-r--r-- | regress/lib/libc_r/include/test.h | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/include/test.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/include/test.h b/regress/lib/libc_r/include/test.h index 3775e87bcfc..c66291c2166 100644 --- a/regress/lib/libc_r/include/test.h +++ b/regress/lib/libc_r/include/test.h @@ -1,4 +1,4 @@ -/* $OpenBSD: test.h,v 1.1.1.1 2001/08/15 14:37:10 fgsch Exp $ */ +/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */ #ifndef _h_test_ #define _h_test_ @@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt) #define OK (0) #define NOTOK (-1) -#endif _h_test_ +#endif /* _h_test_ */ diff --git a/regress/lib/libpthread/include/test.h b/regress/lib/libpthread/include/test.h index 3775e87bcfc..c66291c2166 100644 --- a/regress/lib/libpthread/include/test.h +++ b/regress/lib/libpthread/include/test.h @@ -1,4 +1,4 @@ -/* $OpenBSD: test.h,v 1.1.1.1 2001/08/15 14:37:10 fgsch Exp $ */ +/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */ #ifndef _h_test_ #define _h_test_ @@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt) #define OK (0) #define NOTOK (-1) -#endif _h_test_ +#endif /* _h_test_ */ |