summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-18 18:09:17 +0000
committerJeremy Allison <jra@samba.org>1998-09-18 18:09:17 +0000
commit31ebc956e5f17fef8411b5fef1a6529df072df2a (patch)
treec4bf7df21b860cd1c7b2a8c7bdf7ea1b57f1bfdc /source3/include
parent184db9266efcbcea13169f99002b32208dc2ec9b (diff)
downloadsamba-31ebc956e5f17fef8411b5fef1a6529df072df2a.tar.gz
samba-31ebc956e5f17fef8411b5fef1a6529df072df2a.tar.bz2
samba-31ebc956e5f17fef8411b5fef1a6529df072df2a.zip
Fixed problems with premature kernel oplock checkin code.
The ./configure & build now seem to work ok. Jeremy. (This used to be commit 7c1a5ed1c2a55543d3f3c8bbd38e6c9c35b80390)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index df6cb7ddcd..6c63df7e30 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1801,7 +1801,7 @@ int reply_nttrans(connection_struct *conn,
void fd_add_to_uid_cache(file_fd_struct *fd_ptr, uid_t u);
uint16 fd_attempt_close(file_fd_struct *fd_ptr);
void open_file_shared(files_struct *fsp,connection_struct *conn,char *fname,int share_mode,int ofun,
- mode_t mode,int *oplock_request, int *Access,int *action);
+ mode_t mode,int oplock_request, int *Access,int *action);
int open_directory(files_struct *fsp,connection_struct *conn,
char *fname, int smb_ofun, mode_t unixmode, int *action);
BOOL check_file_sharing(connection_struct *conn,char *fname, BOOL rename_op);