Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.

This commit is contained in:
Steve Price 1999-09-20 01:20:09 +00:00
parent 39991ec6ec
commit ca130e3e39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21789
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- trafshow/show.c.orig Sun Sep 19 18:27:49 1999
+++ trafshow/show.c Sun Sep 19 18:28:03 1999
@@ -15,6 +15,7 @@
static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *";
+#include <sys/types.h>
#include <curses.h>
#include <stdlib.h>
#include <string.h>

10
net/bpft/files/patch-ad Normal file
View File

@ -0,0 +1,10 @@
--- trafshow/show.c.orig Sun Sep 19 18:27:49 1999
+++ trafshow/show.c Sun Sep 19 18:28:03 1999
@@ -15,6 +15,7 @@
static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *";
+#include <sys/types.h>
#include <curses.h>
#include <stdlib.h>
#include <string.h>