diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-27 18:01:57 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-27 18:01:57 +0000 |
| commit | c02473048cee372cb8644e1f2d566431781074d2 (patch) | |
| tree | 689654cd7b37636279b5587ddd3b45ad6bddbd3c /auto/types/uintptr_t | |
| parent | b1af9bbcabf1bdbe119366971a2d0f6c3f8f595d (diff) | |
| download | nginx-c02473048cee372cb8644e1f2d566431781074d2.tar.gz nginx-c02473048cee372cb8644e1f2d566431781074d2.tar.bz2 | |
nginx-0.0.7-2004-06-27-22:01:57 import
Diffstat (limited to 'auto/types/uintptr_t')
| -rw-r--r-- | auto/types/uintptr_t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t index f46ffb6b4..cd2df8da5 100644 --- a/auto/types/uintptr_t +++ b/auto/types/uintptr_t @@ -30,7 +30,7 @@ rm $NGX_AUTOTEST* if [ $found = no ]; then - found="uint`expr 8 \* $ngx_ptr_bytes`_t" + found="uint`expr 8 \* $ngx_ptr_size`_t" echo ", $found used" echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H |
