Files
2013-09-26 17:14:40 +02:00

14 lines
346 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
--- libopenvas/bpf_share.h.orig 2008-12-29 14:39:05.000000000 +0000
+++ libopenvas/bpf_share.h
@@ -26,6 +26,8 @@
#ifndef OPENVAS_BPF_SHARE_H
#define OPENVAS_BPF_SHARE_H
+#include <sys/types.h>
+
int bpf_server();
int bpf_open_live(char*, char*);
u_char* bpf_next(int, int *);