diff options
author | Brad Pitcher <bradpitcher@gmail.com> | 2012-02-04 21:14:35 (GMT) |
---|---|---|
committer | Andrew Plumb <andrew@plumb.org> | 2012-02-08 14:28:53 (GMT) |
commit | 45e4c1012336a0b5149aa4b34763cbe0d344ba15 (patch) | |
tree | e1b2fbfd211b994f0eeaa6c9bf82cc6bcf3d73c2 /scripts/chrpath_linux.c | |
parent | 4bf9b8af3ea4c59d4926a4aaba879ecc6f0064f3 (diff) |
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 |