From: Guenter Knauf Date: Tue, 3 Nov 2009 17:11:09 +0000 (+0000) Subject: removed now obsolete NetWare hack since I fixed this X-Git-Tag: php-5.2.12RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dad7ada835153fe056774820790ecdc1ee2e0e9f;p=php removed now obsolete NetWare hack since I fixed this with Novell some longer tiem ago in their SDK header. --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 0e89a6b583..766612e858 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -3881,11 +3881,7 @@ static int exif_read_file(image_info_type *ImageInfo, char *FileName, int read_t } /* Store file date/time. */ -#ifdef NETWARE - ImageInfo->FileDateTime = st.st_mtime.tv_sec; -#else ImageInfo->FileDateTime = st.st_mtime; -#endif ImageInfo->FileSize = st.st_size; /*exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Opened stream is file: %d", ImageInfo->FileSize);*/ }