baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Fix struct flock initialization #94

Open jlevon opened 4 years ago

jlevon commented 4 years ago

The code currently assumes there are no additional fields to a 'struct flock', but this is not necessarily true, for example on Solaris-derived systems.

Signed-off-by: John Levon john.levon@joyent.com