X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/563a853f6638ba45b6e355e2d3cada52fdf56247..c7114eea35c253e90b0568995d74ae6f736fc451:/sys/emulation/ibcs2/i386/ibcs2_union.h diff --git a/sys/emulation/ibcs2/i386/ibcs2_union.h b/sys/emulation/ibcs2/i386/ibcs2_union.h index cd3a354018..a1fdbe38d3 100644 --- a/sys/emulation/ibcs2/i386/ibcs2_union.h +++ b/sys/emulation/ibcs2/i386/ibcs2_union.h @@ -2,12 +2,13 @@ * Union of syscall args for messaging. * * DO NOT EDIT-- this file is automatically generated. - * $DragonFly: src/sys/emulation/ibcs2/i386/Attic/ibcs2_union.h,v 1.1 2003/07/24 23:55:06 dillon Exp $ + * $DragonFly: src/sys/emulation/ibcs2/i386/Attic/ibcs2_union.h,v 1.2 2003/07/30 00:19:14 dillon Exp $ * created from DragonFly: src/sys/i386/ibcs2/syscalls.master,v 1.2 2003/06/17 04:28:35 dillon Exp */ union sysunion { - struct lwkt_msg lmsg; + struct lwkt_msg lmsg; + union sysmsg sysmsg; struct ibcs2_read_args ibcs2_read; struct ibcs2_open_args ibcs2_open; struct ibcs2_wait_args ibcs2_wait; @@ -65,5 +66,3 @@ union sysunion { struct ibcs2_readlink_args ibcs2_readlink; struct ibcs2_isc_args ibcs2_isc; }; - -typedef union sysunion *sysmsg_t;