PATCH: files/smb.c

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Sat Mar 16 06:53:05 CST 2002


This patch is required to make the newly contributed files/smb.c compile
on FreeBSD 4.x (and Solaris 2.x, far as I can see).

Gerald

ChangeLog:
  Add missing #includes for FreeBSD and Solaris.

Index: smb.c
===================================================================
RCS file: /home/wine/wine/files/smb.c,v
retrieving revision 1.1
diff -u -3 -p -r1.1 smb.c
--- smb.c	12 Mar 2002 19:24:04 -0000	1.1
+++ smb.c	16 Mar 2002 12:48:20 -0000
@@ -53,6 +53,8 @@
 #include <utime.h>
 #include <sys/socket.h>
 #include <sys/types.h>
+#include <netinet/in_systm.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 #include <arpa/inet.h>





More information about the wine-patches mailing list