diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:17:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:17:12 +0000 |
| commit | 1d062e2be87c5ea127eb4e06199c83c86ae412f7 (patch) | |
| tree | 60276925092cec90d0959942b4beda059d93328f /sys/compat/linux/linux_socket.c | |
| parent | 4b7ef73d71f7c0c792a372272844274d64f332e5 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/linux_socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index 7e7d3fc6a11a..e9dcb4b336cd 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -6,7 +6,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer + * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -551,7 +551,7 @@ linux_socket(struct thread *td, struct linux_socket_args *args) /* * XXX: Avoid undefined symbol error with an IPv4 only * kernel. - */ + */ && ip6_v6only #endif ) { |
