summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom <tom@openbsd.org>2016-09-01 08:33:40 +0000
committertom <tom@openbsd.org>2016-09-01 08:33:40 +0000
commitc8e74619cb93ed3cad74888e387ebdb3eaf7c4ba (patch)
tree4450888964b1a7f8d09502c2c4b5cb6931447bc1
parentRemove last mention of nonexistent ktr_kuser() (diff)
downloadwireguard-openbsd-c8e74619cb93ed3cad74888e387ebdb3eaf7c4ba.tar.xz
wireguard-openbsd-c8e74619cb93ed3cad74888e387ebdb3eaf7c4ba.zip
Fix comment in sys/sem.h
From Michal Mazurek <akfaew at jasminek dot net> ok guenther@
-rw-r--r--sys/sys/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
index a60bf070280..184482d7810 100644
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sem.h,v 1.23 2014/11/23 04:31:42 guenther Exp $ */
+/* $OpenBSD: sem.h,v 1.24 2016/09/01 08:33:40 tom Exp $ */
/* $NetBSD: sem.h,v 1.8 1996/02/09 18:25:29 christos Exp $ */
/*
@@ -195,4 +195,4 @@ int semop(int, struct sembuf *, size_t);
__END_DECLS
#endif /* !_KERNEL */
-#endif /* !_SEM_H_ */
+#endif /* !_SYS_SEM_H_ */