FreeBSD Bugzilla – Attachment 27205 Details for
Bug 46229
Fix build on -CURRENT for sysutils/ah-tty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.02 KB, created by
Michael L. Hostbaek
on 2002-12-13 11:20:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael L. Hostbaek
Created:
2002-12-13 11:20:06 UTC
Size:
1.02 KB
patch
obsolete
>diff -u -ruN ah-tty.bak/Makefile ah-tty/Makefile >--- ah-tty.bak/Makefile Fri Dec 13 12:03:50 2002 >+++ ah-tty/Makefile Fri Dec 13 11:34:27 2002 >@@ -21,5 +21,7 @@ > post-patch: > @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ > ${WRKSRC}/dillib/vty/vtlabel.c >+ @${REINPLACE_CMD} -e 's|##x|x|' \ >+ ${WRKSRC}/include/platform.h > > .include <bsd.port.mk> >diff -u -ruN ah-tty.bak/files/patch-aa ah-tty/files/patch-aa >--- ah-tty.bak/files/patch-aa Thu Jan 1 01:00:00 1970 >+++ ah-tty/files/patch-aa Fri Dec 13 11:55:11 2002 >@@ -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 >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46229
: 27205