diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-02 05:20:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-02 05:20:32 +0000 |
commit | 1d031e2f5671647a8460a189d49d9ff6478134f8 (patch) | |
tree | 3f41db06f55303025321e2f936e019f4cf22273b /www/tidy-devel/files/patch-include_platform.h | |
parent | Update to 021212. (diff) |
Update to 030330.
PR: 50505
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=77944
Diffstat (limited to 'www/tidy-devel/files/patch-include_platform.h')
-rw-r--r-- | www/tidy-devel/files/patch-include_platform.h | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/www/tidy-devel/files/patch-include_platform.h b/www/tidy-devel/files/patch-include_platform.h index 1d0addca3cfb..179306b98f93 100644 --- a/www/tidy-devel/files/patch-include_platform.h +++ b/www/tidy-devel/files/patch-include_platform.h @@ -1,5 +1,5 @@ ---- include/platform.h.orig Thu Mar 20 08:57:01 2003 -+++ include/platform.h Fri Mar 21 10:34:00 2003 +--- include/platform.h.orig Mon Mar 31 09:57:04 2003 ++++ include/platform.h Mon Mar 31 21:23:33 2003 @@ -33,7 +33,7 @@ It enables tidy to find config files named ~/.tidyrc if the HTML_TIDY environment variable is not set. @@ -18,21 +18,3 @@ /* Enable/disable support for Big5 and Shift_JIS character encodings */ -@@ -443,16 +443,14 @@ - /* hack for gnu sys/types.h file which defines uint and ulong */ - /* you may need to delete the #ifndef and #endif on your system */ - --#ifndef __USE_MISC - #if defined(BE_OS) || defined(SOLARIS_OS) || defined(BSD_BASED_OS) || defined(MAC_OS_X) || defined(OSF_OS) || defined(IRIX_OS) || defined(AIX_OS) - #include <sys/types.h> -+typedef unsigned long ulong; - #else - #if !defined(HPUX_OS) && !defined(CYGWIN_OS) - typedef unsigned int uint; - #endif --typedef unsigned long ulong; - #endif --#endif /* __USE_MISC */ - - #ifndef TIDY_EXPORT /* Define it away for most builds */ - #define TIDY_EXPORT |