CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/03/03 12:01:03
Modified files: sys/dev/usb : if_urndis.c if_urndisreg.h Log message: When I first started on urndis, I didn't realise that all values were u_int32_ts, so I made some typedefs for certain types. It's just pointless, so get rid of them. Jonathan and Fabien agree.