Merge from vendor branch TNF:
[pkgsrc.git] / devel / bcc / patches / patch-ae
1 $NetBSD$
2
3 --- ld/table.c.orig     Thu Jul 16 14:14:41 1998
4 +++ ld/table.c  Thu Jul 16 14:14:54 1998
5 @@ -48,7 +48,7 @@
6  char *name;
7  {
8      struct symstruct **hashptr;
9 -    struct symstruct *oldsymptr;
10 +    struct symstruct *oldsymptr = NULL;
11      struct symstruct *symptr;
12  
13      hashptr = gethashptr(name);