diff options
author | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
commit | cd68afe31256ad60748b34f7318a180cfc2127cc (patch) | |
tree | 159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/locking | |
parent | d2480063574dee66a336d743ba92e351e320698e (diff) | |
download | samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.gz samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.bz2 samba-cd68afe31256ad60748b34f7318a180cfc2127cc.zip |
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/brlock.c | 3 | ||||
-rw-r--r-- | source3/locking/locking.c | 3 | ||||
-rw-r--r-- | source3/locking/posix.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index cbf98c46a5..2131919674 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. byte range locking code Updated to handle range splits/merges. diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 8aace93503..97366a1f9b 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Locking functions Copyright (C) Andrew Tridgell 1992-2000 Copyright (C) Jeremy Allison 1992-2000 diff --git a/source3/locking/posix.c b/source3/locking/posix.c index 8b3538d8ca..f7a8cd3d39 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Locking functions Copyright (C) Jeremy Allison 1992-2000 |