summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-10-29 16:41:13 +0000
committerderaadt <deraadt@openbsd.org>2003-10-29 16:41:13 +0000
commit4e240d5a3779dc243bbbe690082f8cc700a9da83 (patch)
tree934ed45ab6561c9e2eb0d57e543ddc32e17d1e3d /include
parentfix binat for incoming connections when a netblock (not just a single (diff)
downloadwireguard-openbsd-4e240d5a3779dc243bbbe690082f8cc700a9da83.tar.xz
wireguard-openbsd-4e240d5a3779dc243bbbe690082f8cc700a9da83.zip
PD
Diffstat (limited to 'include')
-rw-r--r--include/poll.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h
index 896c8d0349b..cea7b045379 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -1,6 +1,8 @@
-/* $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */
+/* $OpenBSD: poll.h,v 1.3 2003/10/29 16:41:13 deraadt Exp $ */
/*
+ * Written by Theo de Raadt, Public Domain
+ *
* Typical poll() implementations expect poll.h to be in /usr/include.
* However this is not a convenient place for the real definitions.
*/