svn commit: r352772 - head/lang/ezm3/files

Andrey A. Chernov ache at FreeBSD.org
Fri May 2 06:03:11 UTC 2014


Author: ache
Date: Fri May  2 06:03:10 2014
New Revision: 352772
URL: http://svnweb.freebsd.org/changeset/ports/352772
QAT: https://qat.redports.org/buildarchive/r352772/

Log:
  For i386 add missing field to flock struct (already done for amd64)

Added:
  head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3   (contents, props changed)

Added: head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/ezm3/files/patch-libs__m3core__src__unix__freebsd-4.i386__Unix.i3	Fri May  2 06:03:10 2014	(r352772)
@@ -0,0 +1,10 @@
+--- libs/m3core/src/unix/freebsd-4.i386/Unix.i3.bak	2002-03-23 05:28:45.000000000 +0300
++++ libs/m3core/src/unix/freebsd-4.i386/Unix.i3	2014-05-02 09:33:09.000000000 +0400
+@@ -149,6 +149,7 @@
+     l_pid:    pid_t := 0;
+     l_type:   short; (* see below *)
+     l_whence: short;
++    l_sysid:  int   := 0;
+   END;
+ (* ok *)
+ 


More information about the svn-ports-all mailing list