pkgsrc/comms/libmal/patches/patch-ad
2009-01-20 19:36:34 +00:00

13 lines
445 B
Text

$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