$NetBSD: patch-ab,v 1.2 2006/11/25 16:22:48 shattered Exp $

--- aaa.c.orig	2002-04-23 19:50:49.000000000 +0000
+++ aaa.c
@@ -15,8 +15,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
 #include <string.h>
 #include <errno.h>
 #include "l2tp.h"
@@ -25,7 +23,7 @@ extern void bufferDump (char *, int);
 
 /* FIXME: Accounting? */
 
-static struct addr_ent *uaddr[ADDR_HASH_SIZE];
+struct addr_ent *uaddr[ADDR_HASH_SIZE];
 
 void init_addr ()
 {
