| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/sysutils/ah-tty/files/ |
Upload File : |
--- include/LDL.h.orig Fri Dec 13 11:54:46 2002
+++ include/LDL.h Fri Dec 13 11:55:01 2002
@@ -20,8 +20,6 @@
# endif
# include <string.h>
-#if !defined(HAVE_INSQUE) && !defined(HAVE_REMQUE)
-/* the insque, remque are not defined, we need to define the type for them */
typedef struct qelem
{
struct qelem* q_forw,* q_back;
@@ -49,8 +47,6 @@
if (elem->q_forw) elem->q_forw->q_back = elem->q_back;
if (elem->q_back) elem->q_back->q_forw = elem->q_forw;
}
-#endif
-
#endif