OSDN Git Service

Remove unused _OS_STATUS typedef
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 4 Dec 2013 12:33:12 +0000 (13:33 +0100)
committerLarry Finger <Larry.Finger@lwfinger.net>
Wed, 4 Dec 2013 13:57:36 +0000 (07:57 -0600)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
include/osdep_service.h

index af762ad..3809d06 100644 (file)
@@ -110,7 +110,6 @@ typedef     struct sk_buff  _pkt;
 typedef unsigned char  _buffer;
 
 typedef struct __queue _queue;
-typedef        int     _OS_STATUS;
 typedef        struct  net_device * _nic_hdl;
 
 typedef void*          _thread_hdl_;