cvs commit: src/sys/compat/linux linux_socket.c linux_socket.h

[ Available lists | Index of cvs-src-old | Month of Jun 2009 | Week of 16 Jun 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dmitry Chagin <dchagin@FreeBSD.org>
Date
16 Jun 2009 05:09:11
Subject
cvs commit: src/sys/compat/linux linux_socket.c linux_socket.h
Message-ID
200906160509.n5G59Bw6093105@repoman.freebsd.org


[ Hide this part ]
dchagin     2009-06-16 05:08:48 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
sys/compat/linux linux_socket.c linux_socket.h
Log:
SVN rev 194283 on 2009-06-16 05:08:48Z by dchagin

MFC r192205:

Return EINVAL in case when the incorrect or unsupported
type argument is specified.

Do not map type argument value as its Linux values are
identical to FreeBSD values.

Approved by: kib (mentor)

Revision Changes Path
1.74.2.9 +2 -0 src/sys/compat/linux/linux_socket.c
1.2.24.3 +10 -0 src/sys/compat/linux/linux_socket.h

Elapsed time: 0.069 seconds