diff options
Diffstat (limited to 'main/php.h')
| -rw-r--r-- | main/php.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index 3b0b896563..b2e6c581df 100644 --- a/main/php.h +++ b/main/php.h @@ -41,7 +41,7 @@ #undef sprintf #define sprintf php_sprintf -/* Operating system family defintion */ +/* Operating system family definition */ #ifdef PHP_WIN32 # define PHP_OS_FAMILY "Windows" #elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) @@ -101,9 +101,7 @@ typedef int gid_t; typedef char * caddr_t; typedef unsigned int uint; typedef unsigned long ulong; -# if !NSAPI typedef int pid_t; -# endif # ifndef PHP_DEBUG # ifdef inline |
