| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/squid-devel/files/ |
Upload File : |
--- compat/compat.h.orig 2016-12-16 10:06:20 UTC +++ compat/compat.h @@ -29,17 +29,6 @@ /******************************************************/ #include "compat/osdetect.h" -/* Solaris 10 has a broken definition for minor_t in IPFilter compat. - * We must pre-define before doing anything with OS headers so the OS - * do not. Then un-define it before using the IPFilter *_compat.h headers. - */ -#if IPF_TRANSPARENT && USE_SOLARIS_IPFILTER_MINOR_T_HACK -/* But we only need do this nasty thing for src/ip/Intercept.cc */ -#if BUILDING_SQUID_IP_INTERCEPT_CC -#define minor_t solaris_minor_t_fubar -#endif -#endif - /*****************************************************/ /* FDSETSIZE is messy and needs to be done before */ /* sys/types.h are defined. */