diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-10-09 15:24:26 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-10-09 15:24:26 +0000 |
commit | 86f2ad3017ca30da53da27ebe99f5e7dcfa0978b (patch) | |
tree | 52e0f15786bff35cb97db175fecfb315ef5609d5 /ext/posix | |
parent | bbc37db2f347dc642b04e9c98f5b098e9a8223e5 (diff) | |
download | php-git-86f2ad3017ca30da53da27ebe99f5e7dcfa0978b.tar.gz |
I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
I SHALL NOT TOUCH A RELEASE CANDIDATE!
(previous patch reverted)
Diffstat (limited to 'ext/posix')
-rw-r--r-- | ext/posix/posix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 143913bcc8..0eba167dab 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -515,10 +515,6 @@ PHP_FUNCTION(posix_uname) add_assoc_string(return_value, "release", u.release, 1); add_assoc_string(return_value, "version", u.version, 1); add_assoc_string(return_value, "machine", u.machine, 1); - -#ifdef _GNU_SOURCE - add_assoc_string(return_value, "domainname", u.domainname, 1); -#endif } /* }}} */ |