View | Details | Raw Unified | Return to bug 57105
Collapse All | Expand All

(-)libticables/files/patch-macros-Makefile.in (+11 lines)
Line 0 Link Here
1
--- macros/Makefile.in.orig	Sat Sep 20 12:42:11 2003
2
+++ macros/Makefile.in	Sat Sep 20 12:42:36 2003
3
@@ -189,7 +189,7 @@
4
         done
5
 
6
 
7
-aclocaldir = @ACLOCALDIR@
8
+aclocaldir = ${datadir}/aclocal
9
 
10
 @Aclocal_TRUE@aclocal_DATA = ticables.m4
11
 subdir = macros
(-)libticables/files/patch-src-intrface.c (+10 lines)
Line 0 Link Here
1
--- src/intrface.c.orig	Sat Sep 13 18:45:17 2003
2
+++ src/intrface.c	Sat Sep 13 19:56:41 2003
3
@@ -722,6 +722,7 @@
4
 /*********************/
5
 
6
 extern const char *search_for_tipar_node(int minor);
7
+extern const char *search_for_tiser_node(int minor);
8
 
9
 static int convert_port_into_device(void)
10
 {

Return to bug 57105