Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-etherload_bpf_c,v 1.1 2012/09/09 19:35:20 dholland Exp $
Use standard headers.
--- etherload/bpf.c~ 1997-08-22 05:44:36.000000000 +0000
+++ etherload/bpf.c
@@ -43,6 +43,8 @@ static char *RCSid = "$Header: /home/vik
#include <net/if.h>
#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <errno.h>
/* #include <netinet/in.h> /* */