diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-12-30 21:20:00 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-12-30 21:20:00 +0000 |
| commit | e76bba09e352a742a3ce5cd5bcb9a249e42aba7b (patch) | |
| tree | f5c167e15ff4e79f0136c371d818ce0396013b6f /sys/i386/linux/linux.h | |
| parent | 397e4760301a5affeeb1caf2dab6c4d60ed275d6 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux.h')
| -rw-r--r-- | sys/i386/linux/linux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 820028fb5d06..eaffa614c6b8 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.24 1998/11/12 00:42:08 jkh Exp $ + * $Id: linux.h,v 1.25 1998/12/19 02:55:32 julian Exp $ */ #ifndef _I386_LINUX_LINUX_H_ @@ -472,6 +472,8 @@ struct trapframe; #define LINUX_SHUTDOWN 13 #define LINUX_SETSOCKOPT 14 #define LINUX_GETSOCKOPT 15 +#define LINUX_SENDMSG 16 +#define LINUX_RECVMSG 17 #define LINUX_AF_UNSPEC 0 #define LINUX_AF_UNIX 1 |
