Back out prev commit since it does nothing, because F_OGETLK/F_OSETLK are

hidden under names F_GETLK/F_SETLK here.
This commit is contained in:
Andrey A. Chernov 2014-05-02 06:36:57 +00:00
parent 3b1e743b3a
commit a932229a98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352774

View File

@ -1,10 +0,0 @@
--- 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 *)