freebsd-ports/palm/libmal/files/patch-malsync::mal::common::AGNet.h
Volker Stolz 59d8d6c907 - Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLog
- Change MAINTAINER to submitter (Approved by current maintainer)

PR:             65168
Submitted by:   Arjan van Leeuwen
Approved by:    linimon (mentor)
2004-04-10 09:09:35 +00:00

11 lines
457 B
C

--- malsync/mal/common/AGNet.h.orig Thu Mar 18 19:46:23 2004
+++ malsync/mal/common/AGNet.h Thu Mar 18 19:46:54 2004
@@ -61,7 +61,7 @@
# include <sys/filio.h>
# include <arpa/inet.h>
# else
-# if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
+# if defined(__FreeBSD__)
# include <sys/ioctl.h>
# include <arpa/inet.h>
# else