1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except for

the cancel lock which I have to add).
Jeremy.
This commit is contained in:
Jeremy Allison
2004-10-18 22:01:10 +00:00
committed by Gerald (Jerry) Carter
parent 8c3fd1908d
commit cf7f89999e
4 changed files with 87 additions and 42 deletions

View File

@@ -380,8 +380,7 @@ typedef struct
#include "fake_file.h"
typedef struct files_struct
{
typedef struct files_struct {
struct files_struct *next, *prev;
int fnum;
struct connection_struct *conn;