Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 536347 Details for
Bug 757136
Please defuzzify gsm-warnings.patch
Home
New
Search
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.rh90 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]
Defuzzified version of patch
gsm-warnings.patch (text/plain), 1.19 KB, created by
Jaroslav Škarvada
on 2011-11-25 14:46:42 UTC
(
hide
)
Description:
Defuzzified version of patch
Filename:
MIME Type:
Creator:
Jaroslav Škarvada
Created:
2011-11-25 14:46:42 UTC
Size:
1.19 KB
patch
obsolete
>diff --git a/add-test/add_test.c b/add-test/add_test.c >index 8e832df..6405178 100644 >--- a/add-test/add_test.c >+++ b/add-test/add_test.c >@@ -9,6 +9,7 @@ > #include <stdio.h> > #include <stdlib.h> > #include <string.h> >+#include <unistd.h> > > #include "gsm.h" > >@@ -29,7 +30,7 @@ word M_gsm_abs P((word op1)); > longword M_gsm_L_mult P((word op1, word op2)); > longword M_gsm_L_add P((longword op1, longword op2)); > >-help() >+void help(void) > { > puts( " add a b sub a b mult a b div a b" ); > puts( "L_add A B L_sub A B L_mult A B mult_r a b" ); >diff --git a/src/code.c b/src/code.c >index 65dd0a3..402f614 100644 >--- a/src/code.c >+++ b/src/code.c >@@ -9,8 +9,8 @@ > #include "config.h" > > >-#ifdef HAS_STDLIB_H >-#include <stdlib.h> >+#ifdef HAS_STRING_H >+#include <string.h> > #else > # include "proto.h" > extern char * memcpy P((char *, char *, int)); >diff --git a/src/toast.c b/src/toast.c >index 9823642..6d4166b 100644 >--- a/src/toast.c >+++ b/src/toast.c >@@ -6,6 +6,8 @@ > > /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/toast.c,v 1.8 1996/07/02 10:41:04 jutta Exp $ */ > >+#include <stdio.h> >+#include <getopt.h> > #include "toast.h" > > /* toast -- lossy sound compression using the gsm library.
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 757136
: 536347