drop obsolete patch hunk
This commit is contained in:
parent
55691b2d33
commit
b8bd505d9e
@ -1,7 +1,6 @@
|
||||
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
|
||||
diff -up gsm-1.0-pl16/add-test/add_test.c.warn gsm-1.0-pl16/add-test/add_test.c
|
||||
--- gsm-1.0-pl16/add-test/add_test.c.warn 2006-04-26 21:14:25.000000000 +0200
|
||||
+++ gsm-1.0-pl16/add-test/add_test.c 2016-11-24 10:35:09.642537236 +0100
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -19,25 +18,9 @@ index 8e832df..6405178 100644
|
||||
{
|
||||
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
|
||||
diff -up gsm-1.0-pl16/src/toast.c.warn gsm-1.0-pl16/src/toast.c
|
||||
--- gsm-1.0-pl16/src/toast.c.warn 2006-04-26 21:14:26.000000000 +0200
|
||||
+++ gsm-1.0-pl16/src/toast.c 2016-11-24 10:35:15.266571608 +0100
|
||||
@@ -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 $ */
|
||||
|
Loading…
Reference in New Issue
Block a user