diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-01 17:27:08 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-01 17:41:15 +0200 |
commit | ce60f4e48a2ccd29c5780d4affc0d69640cdbc44 (patch) | |
tree | 588d382de7fbf43a78d5c27b6ba1fabcf3b0a865 /perl-install/c | |
parent | 2633cedc34f1c2661fb1cf575f6ab6507fad0ec5 (diff) | |
download | drakx-ce60f4e48a2ccd29c5780d4affc0d69640cdbc44.tar drakx-ce60f4e48a2ccd29c5780d4affc0d69640cdbc44.tar.gz drakx-ce60f4e48a2ccd29c5780d4affc0d69640cdbc44.tar.bz2 drakx-ce60f4e48a2ccd29c5780d4affc0d69640cdbc44.tar.xz drakx-ce60f4e48a2ccd29c5780d4affc0d69640cdbc44.zip |
remove now useless compilation helper
it was added in commit 58776de07de819cb962aa35e76c8379d96f03e6b
Diffstat (limited to 'perl-install/c')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index a0fffc6c7..0be758fab 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -38,13 +38,6 @@ print ' #include <linux/sockios.h> #include <linux/input.h> #include <execinfo.h> - -// for ethtool structs: -typedef unsigned long long u64; -typedef __uint32_t u32; -typedef __uint16_t u16; -typedef __uint8_t u8; - #include <linux/ethtool.h> // for UPS on USB: |