Skip to content
  • Rob Swindell's avatar
    09f98728
    Get rid of the fcntl() usage in sopen() · 09f98728
    Rob Swindell authored
    You can't lock a file on a Samba share via both fcntl() and flock() (the
    interact/collide).
    
    This code was in a !BSD block which means they guy that wrote/committed
    it wasn't using it either.
    09f98728
    Get rid of the fcntl() usage in sopen()
    Rob Swindell authored
    You can't lock a file on a Samba share via both fcntl() and flock() (the
    interact/collide).
    
    This code was in a !BSD block which means they guy that wrote/committed
    it wasn't using it either.
Loading