patch-2.4.15 linux/include/net/irda/parameters.h
Next file: linux/include/net/irda/timer.h
Previous file: linux/include/net/irda/irmod.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Nov 9 14:22:17 2001
- Orig file:
v2.4.14/linux/include/net/irda/parameters.h
- Orig date:
Tue Mar 21 11:17:28 2000
diff -u --recursive --new-file v2.4.14/linux/include/net/irda/parameters.h linux/include/net/irda/parameters.h
@@ -25,6 +25,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
+ *
+ * Michel Dänzer <daenzer@debian.org>, 10/2001
+ * - simplify irda_pv_t to avoid endianness issues
*
********************************************************************/
@@ -55,11 +58,7 @@
typedef union {
char *c;
- __u8 b;
- __u16 s;
__u32 i;
- __u8 *bp;
- __u16 *sp;
__u32 *ip;
} irda_pv_t;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)