]> err.no Git - linux-2.6/blobdiff - arch/um/os-Linux/drivers/ethertap_user.c
Merge branch 'i915fb' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/intelf...
[linux-2.6] / arch / um / os-Linux / drivers / ethertap_user.c
index cd4d6544da715eef01010a61ea46ff127651f9af..8f49507e64ef5ac0091fe22189bea6413e427469 100644 (file)
@@ -19,7 +19,6 @@
 #include "user_util.h"
 #include "net_user.h"
 #include "etap.h"
-#include "helper.h"
 #include "os.h"
 
 #define MAX_PACKET ETH_MAX_PACKET
@@ -41,7 +40,7 @@ static void etap_change(int op, unsigned char *addr, unsigned char *netmask,
                        int fd)
 {
        struct addr_change change;
-       void *output;
+       char *output;
        int n;
 
        change.what = op;