summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.h
diff options
context:
space:
mode:
authorjasoni <jasoni@openbsd.org>2000-07-23 22:35:38 +0000
committerjasoni <jasoni@openbsd.org>2000-07-23 22:35:38 +0000
commitf87beb9cdeb0ac44810df838073f0de56c4657ca (patch)
treed2ea5044758bf6443d5f409f689b1e9ad97444de /sys/compat/linux/linux_socket.h
parentUse our own pread/pwrite. (diff)
downloadwireguard-openbsd-f87beb9cdeb0ac44810df838073f0de56c4657ca.tar.xz
wireguard-openbsd-f87beb9cdeb0ac44810df838073f0de56c4657ca.zip
OpenBSD -> NetBSD where previously missed.
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
-rw-r--r--sys/compat/linux/linux_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h
index 5bf7e913afb..15cecffd8da 100644
--- a/sys/compat/linux/linux_socket.h
+++ b/sys/compat/linux/linux_socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_socket.h,v 1.4 1997/12/14 20:51:16 deraadt Exp $ */
+/* $OpenBSD: linux_socket.h,v 1.5 2000/07/23 22:35:38 jasoni Exp $ */
/* $NetBSD: linux_socket.h,v 1.3 1995/05/28 10:16:34 mycroft Exp $ */
/*
@@ -37,7 +37,7 @@
/*
* Various Linux socket defines. Everything that is not re-defined here
- * is the same as in NetBSD.
+ * is the same as in OpenBSD.
*
* COMPAT_43 is assumed, and the osockaddr struct is used (it is what
* Linux uses)