Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / gt-itm / patches / patch-ab
blob814963e01168c2aea77388637423458d64fbfbd6
1 $NetBSD$
3 --- eval.c.orig 1996-10-23 14:05:27.000000000 -0700
4 +++ eval.c
5 @@ -5,7 +5,7 @@
6   */
7  
8  #include <stdio.h>
9 -#include <malloc.h>
10 +#include <stdlib.h>
11  #include "gb_graph.h"
12  #include "gb_dijk.h"
13  #include "eval.h"
14 @@ -159,8 +159,7 @@ int bicomp(Graph *g,int verbose)
15                         if (u == &dummy) {
16                             if (verbose) {
17                             if (artic_pt)
18 -                               printf(" and %d (this ends a connected 
19 -                               component of the graph)\n", idx(g, artic_pt));
20 +                               printf(" and %d (this ends a connected component of the graph)\n", idx(g, artic_pt));
21                             else
22                                 printf("Isolated vertex %d\n", idx(g, v));
23                             }