1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/gretl/files/patch-plugin::libole2::ms-ole2.h
Ying-Chieh Liao 4958bf9b45 upgrade to 1.0.2
PR:		46420
Submitted by:	Ports Fury
2003-01-03 19:00:27 +00:00

15 lines
403 B
C

--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002
+++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002
@@ -13,10 +13,10 @@
/* This should be done in glib */
/* Allin Cottrell modifications here */
+# include <sys/types.h>
#ifndef _WIN32
# include <fcntl.h> /* for mode_t */
#else
-# include <sys/types.h>
# ifdef notdef
typedef unsigned long mode_t;
typedef /* signed */ long off_t;