Makefile: Removed earlier errors.
commitf46dbaf08eb8e06a7545d2c19dce9e2dda9dcc78
authorJeremy Allison <jra@samba.org>
Thu, 25 Sep 1997 00:25:44 +0000 (25 00:25 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 25 Sep 1997 00:25:44 +0000 (25 00:25 +0000)
tree4b44df7efe20dab85085fbb0566529971437836a
parent7dce7d84473beb5663b14a8ab32781970819c19d
Makefile: Removed earlier errors.
includes.h: Added INADDR_LOOPBACK define.
locking.c: More code to support oplocks.
proto.h: Updated.
server.c: More code to support oplocks. Moved processing of an SMB out of
process() into a separate function so it is easier to call from an oplock
break.
smb.h: Added oplock fields.
Jeremy (jallison@whistle.com)
source/include/includes.h
source/include/proto.h
source/include/smb.h
source/locking/locking.c
source/smbd/server.c