RFC: [PATCH hurd 5/6] Add file record locking support: hurd_add_RPC.patch

2016-02-08 Thread Svante Signell
hurd/ChangeLog 2014-08-21 Svante Signell * fs.defs: Added description. * hurd_types.defs: Make struct flock_t seven integers long since l_start and l_len are 64bit. * hurd_types.h: typedef flock_t as flock64. 2001-04-10 Neal H Walfield * fs.defs: New rpc file_record_lock. * hurd_typ

[PATCH hurd 5/6] Add file record locking support

2015-01-08 Thread Svante Signell
libnetfs: implement netfs_S_file_record_lock libnetfs/ChangeLog 2001-04-11 Neal H Walfield * file-record-lock.c: New file. Implement netfs_S_file_record_lock. * Makefile (SRCS): Add file-record-lock.c Index: hurd-0.5.git20141210/libnetfs/Makefile ===