forgot to remove these

thanks to Chris Kuethe for the reminder
This commit is contained in:
sturm 2004-04-09 20:39:02 +00:00
parent 03d1ba0895
commit 5cf465ffa6
2 changed files with 0 additions and 26 deletions

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_gnutella_h,v 1.1 2003/06/19 13:49:22 sturm Exp $
--- src/gnutella.h.orig Sat Apr 12 00:58:39 2003
+++ src/gnutella.h Wed Jun 18 22:11:01 2003
@@ -26,7 +26,8 @@
#ifndef _gnutella_h_
#define _gnutella_h_
-#include <arpa/inet.h> /* For ntohl(), htonl() */
+#include <sys/types.h>
+#include <machine/endian.h>
#include "gnet.h"
#include "gnet_property_priv.h"

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_token_c,v 1.1 2003/06/19 13:49:22 sturm Exp $
--- src/token.c.orig Sun May 25 13:21:28 2003
+++ src/token.c Wed Jun 18 22:11:06 2003
@@ -25,7 +25,8 @@
*----------------------------------------------------------------------
*/
-#include <arpa/inet.h> /* For ntohl(), htonl() */
+#include <sys/types.h>
+#include <machine/endian.h>
#include "common.h"