diff options
author | pat <pat@FreeBSD.org> | 2002-12-14 04:34:22 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-14 04:34:22 +0800 |
commit | a0e1506fde24d77008e431ae1b77672520e7e7f0 (patch) | |
tree | e3d446feeebc0bd778dcfa6f080640fcc622c460 /sysutils/ah-tty/files | |
parent | 91a382c3ae51fbed94e6ec41b722fb4e9069bc19 (diff) | |
download | freebsd-ports-gnome-a0e1506fde24d77008e431ae1b77672520e7e7f0.tar.gz freebsd-ports-gnome-a0e1506fde24d77008e431ae1b77672520e7e7f0.tar.zst freebsd-ports-gnome-a0e1506fde24d77008e431ae1b77672520e7e7f0.zip |
Fix build on -CURRENT
PR: ports/46229
Submitted by: maintainer
Diffstat (limited to 'sysutils/ah-tty/files')
-rw-r--r-- | sysutils/ah-tty/files/patch-include::LDL.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/ah-tty/files/patch-include::LDL.h b/sysutils/ah-tty/files/patch-include::LDL.h new file mode 100644 index 000000000000..f66c552369cc --- /dev/null +++ b/sysutils/ah-tty/files/patch-include::LDL.h @@ -0,0 +1,20 @@ +--- 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 + + |