summaryrefslogtreecommitdiff
path: root/comms/libmal/patches/patch-ad
blob: 9965bf1b95879fd37654104e11991c13ff47e905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2009/01/20 19:36:34 sketch Exp $

--- malsync/mal/common/AGNet.h.orig	Tue Jan 20 19:31:46 2009
+++ malsync/mal/common/AGNet.h	Tue Jan 20 19:33:52 2009
@@ -58,7 +58,7 @@
 #           include <sys/socket.h>
 #           include <unistd.h>
 #           include <netinet/in.h>
-#           ifdef __sun__
+#           ifdef __sun
 #               include <sys/filio.h>
 #               include <arpa/inet.h>
 #           else