Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 09:43:03 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/include libc_private.h src/lib/libc/sys Makefile.inc fcntl.c
Message-ID:  <200804040943.m349h3U3020079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2008-04-04 09:43:03 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/include     libc_private.h 
    lib/libc/sys         Makefile.inc 
  Added files:
    lib/libc/sys         fcntl.c 
  Log:
  Add some compatibility code so that software which is built to use the new
  struct flock with l_sysid member can work properly on an an old kernel which
  doesn't support l_sysid.
  
  Sponsored by:   Isilon Systems
  
  Revision  Changes    Path
  1.18      +3 -0      src/lib/libc/include/libc_private.h
  1.133     +2 -1      src/lib/libc/sys/Makefile.inc
  1.1       +87 -0     src/lib/libc/sys/fcntl.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804040943.m349h3U3020079>