diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:37 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-11-10 09:56:37 +0000 |
| commit | dc34d34230ec152abfe27bf492d206a294359320 (patch) | |
| tree | 280b450fbaf33ac84e773e6bf52e654882f6617b /win32/php_win32_globals.h | |
| parent | 0daf1284cd0fff6d967a2265578427b38100db9f (diff) | |
| download | php-git-dc34d34230ec152abfe27bf492d206a294359320.tar.gz | |
Simplify the code base as this getpwd() was used only once
Diffstat (limited to 'win32/php_win32_globals.h')
| -rwxr-xr-x | win32/php_win32_globals.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index 89caed1a37..c130d5bc50 100755 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -23,8 +23,6 @@ /* misc globals for thread-safety under win32 */ -#include "pwd.h" - typedef struct _php_win32_core_globals php_win32_core_globals; #ifdef ZTS @@ -40,12 +38,6 @@ struct _php_win32_core_globals { char *log_header; HANDLE log_source; - /* getpwuid */ - struct passwd pwd; - - /* getlogin */ - char *login_name; - /* time */ struct timeval starttime; __int64 lasttime, freq; |
