Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1475431 Details for
Bug 1615166
ax25-tools crash, fixed on Debian but not Fedora
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch for fix, posted on debian forum.
file_1615166.txt (text/plain), 1.39 KB, created by
Cathryn Mataga
on 2018-08-12 21:31:47 UTC
(
hide
)
Description:
Patch for fix, posted on debian forum.
Filename:
MIME Type:
Creator:
Cathryn Mataga
Created:
2018-08-12 21:31:47 UTC
Size:
1.39 KB
patch
obsolete
>--- a/kiss/kissattach.c >+++ b/kiss/kissattach.c >@@ -1,5 +1,6 @@ >+#define _DEFAULT_SOURCE >+#define _XOPEN_SOURCE 500 > #include <stdio.h> >-#define __USE_XOPEN > #include <stdlib.h> > #include <string.h> > #include <unistd.h> >--- a/kiss/kissnetd.c >+++ b/kiss/kissnetd.c >@@ -9,8 +9,9 @@ > * F1OAT 960804 - Frederic RIBLE > */ > >+#define _DEFAULT_SOURCE >+#define _XOPEN_SOURCE 500 > #include <stdio.h> >-#define __USE_XOPEN > #include <stdlib.h> > #include <sys/time.h> > #include <sys/types.h> >--- a/kiss/mkiss.c >+++ :b/kiss/mkiss.c >@@ -37,8 +37,9 @@ > * 1.08 xx/xx/99 Tom Mazouch - Adjustable poll interval > */ > >+#define _DEFAULT_SOURCE >+#define _XOPEN_SOURCE 500 > #include <stdio.h> >-#define __USE_XOPEN > #include <string.h> > #include <errno.h> > #include <stdlib.h> >--- a/kiss/net2kiss.c >+++ b/kiss/net2kiss.c >@@ -30,8 +30,9 @@ > > /*****************************************************************************/ > >+#define _DEFAULT_SOURCE >+#define _XOPEN_SOURCE 500 > #include <stdio.h> >-#define __USE_XOPEN > #include <stdlib.h> > #include <sys/types.h> > #include <sys/time.h> >--- a/6pack/m6pack.c >+++ b/6pack/m6pack.c >@@ -33,8 +33,9 @@ > ********************************************************************* > */ > >+#define _DEFAULT_SOURCE >+#define _XOPEN_SOURCE 500 > #include <stdio.h> >-#define __USE_XOPEN > #include <string.h> > #include <errno.h> > #include <stdlib.h>
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 Raw
Actions:
View
Attachments on
bug 1615166
: 1475431