1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Here are the changes to the patches directory that should have gone with

my last commit.

Noticed missing by:	asami
Blown horribly by:	my little diff building script that inexplicably
			missed these the first time around :(
This commit is contained in:
Steve Price 2000-06-03 15:46:37 +00:00
parent 44771d5bb4
commit 37ed2ff499
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29160

View File

@ -10,12 +10,9 @@
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
*** src/liveice.h.org Sat Feb 5 17:25:09 2000
--- src/liveice.h Sat Feb 5 17:25:12 2000
***************
*** 1,3 ****
--- 1,4 ----
+ #include <sys/types.h>
#define LIVEICE_VERSION "1.0"
--- src/liveice.h.orig Mon May 15 08:00:03 2000
+++ src/liveice.h Sat Jun 3 10:07:32 2000
@@ -1,2 +1,2 @@
-
+#include <sys/types.h>