diff options
author | SVN Migration <svn@php.net> | 2008-12-03 20:30:45 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2008-12-03 20:30:45 +0000 |
commit | 2876046398950e59c3b3c460e67e6fec7ff2ba3c (patch) | |
tree | 33b2b8b4b859960a6446ad19d0ada1c55f9cfcda /ext/phar/tar.h | |
parent | 3fb86b0b9e79e6a3312b694f30ee627e2e1b325c (diff) | |
download | php-git-php-5.3.0alpha2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'.php-5.3.0alpha2
Diffstat (limited to 'ext/phar/tar.h')
-rw-r--r-- | ext/phar/tar.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/phar/tar.h b/ext/phar/tar.h index 45dc6e5c0b..6dc1fd3127 100644 --- a/ext/phar/tar.h +++ b/ext/phar/tar.h @@ -22,15 +22,9 @@ #ifdef PHP_WIN32 #pragma pack(1) # define PHAR_TAR_PACK -#elif defined(__sgi) -# define PHAR_TAR_PACK #else # define PHAR_TAR_PACK __attribute__((__packed__)) #endif - -#if defined(__sgi) -# pragma pack 0 -#endif /** * the format of the header block for a file, in the older UNIX-compatible * TAR format @@ -52,9 +46,6 @@ typedef struct _old_tar_header { /* {{{ */ } PHAR_TAR_PACK old_tar_header; /* }}} */ -#if defined(__sgi) -# pragma pack 0 -#endif /** * the new USTAR header format. * Note that tar can determine that the USTAR format is being used by the |