summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/php_sysvmsg.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-25 19:24:55 +0200
committerAnatol Belski <ab@php.net>2014-08-25 19:24:55 +0200
commitc3e3c98ec666812daaaca896cf5ef758a8a6df14 (patch)
treed82a76de5c8d117d1cf2dcca19bb30a283621870 /ext/sysvmsg/php_sysvmsg.h
parent0cf2dbdf58645b52cb6582b1b2571c5cd9e9e6b3 (diff)
downloadphp-git-c3e3c98ec666812daaaca896cf5ef758a8a6df14.tar.gz
master renames phase 1
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r--ext/sysvmsg/php_sysvmsg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h
index 033a89cfb6..53ac7fc0ee 100644
--- a/ext/sysvmsg/php_sysvmsg.h
+++ b/ext/sysvmsg/php_sysvmsg.h
@@ -52,11 +52,11 @@ PHP_FUNCTION(msg_queue_exists);
typedef struct {
key_t key;
- php_int_t id;
+ zend_long id;
} sysvmsg_queue_t;
struct php_msgbuf {
- php_int_t mtype;
+ zend_long mtype;
char mtext[1];
};