diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-07 22:02:45 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-07 22:02:45 (GMT) |
commit | e39c39dd5fca8b102cfb074e039c735527b8c983 (patch) | |
tree | 493000258385cf1fecb81426d156fe9603541f96 /scripts/chrpath_linux.c | |
parent | 7ae1f6da18abbde326410791dfde3ce361550f88 (diff) | |
parent | 03771dc21ee84ff2ac681cec7782a478709f0d54 (diff) |
Merge pull request #85 from brad/linux-release
Fix linux releases
Diffstat (limited to 'scripts/chrpath_linux.c')
-rw-r--r-- | scripts/chrpath_linux.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/chrpath_linux.c b/scripts/chrpath_linux.c index 685913c..28e3a5e 100644 --- a/scripts/chrpath_linux.c +++ b/scripts/chrpath_linux.c @@ -107,9 +107,6 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION ""0.13"" -/* The size of a `void *', as computed by sizeof. */ -#define SIZEOF_VOID_P 4 - /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 |