Subject: tcpdump change breaks racoon
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/28/2001 22:41:30
Not obvious how to fix:

racoon's Makefile has:

# debugging code with print-isakmp.c
SRCS+=  print-isakmp.c 

but print-isakmp.c v1.7->1.8 just changed to use safeputchar(). This is
defined in tcpdump/util.c. If you try adding util.c to racoon, then you end
up including interface.h which has eg extern int tflag in it which is
declared in tcpdump.c, oops.

? Copy v1.7 print-isakmp.c into racoon?

Cheers,

Patrick