mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
24 lines
581 B
Plaintext
24 lines
581 B
Plaintext
$NetBSD: patch-ag,v 1.4 2012/12/25 21:14:17 joerg Exp $
|
|
|
|
--- src/fasthenry/findpaths.c.orig 2004-08-03 22:17:11.000000000 +0000
|
|
+++ src/fasthenry/findpaths.c
|
|
@@ -34,7 +34,7 @@ operation of Software or Licensed Progra
|
|
|
|
*//* this function finds all paths from node1 to node2 */
|
|
/* this does not search through ground planes yet */
|
|
-
|
|
+#include <string.h>
|
|
#include "induct.h"
|
|
|
|
|
|
@@ -498,8 +498,7 @@ NODES *node;
|
|
return pn;
|
|
}
|
|
|
|
-make_equiv(orignode, realnode)
|
|
-NODES *orignode, *realnode;
|
|
+void make_equiv(NODES *orignode, NODES*realnode)
|
|
{
|
|
SEGLIST *segl;
|
|
NODES *node;
|