summaryrefslogtreecommitdiffstats
path: root/source/locking
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
committerTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
commit6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa (patch)
tree7f606069acd90c6178e42f0efecd061ae4840229 /source/locking
parent78013c0eccc1fed356781cf2fbba3025fcbb080c (diff)
downloadsamba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.tar.gz
samba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.tar.xz
samba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.zip
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
Diffstat (limited to 'source/locking')
-rw-r--r--source/locking/brlock.c3
-rw-r--r--source/locking/locking.c3
-rw-r--r--source/locking/posix.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/source/locking/brlock.c b/source/locking/brlock.c
index cbf98c46a5e..2131919674e 100644
--- a/source/locking/brlock.c
+++ b/source/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/source/locking/locking.c b/source/locking/locking.c
index 8aace935033..97366a1f9b7 100644
--- a/source/locking/locking.c
+++ b/source/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/source/locking/posix.c b/source/locking/posix.c
index 8b3538d8ca1..f7a8cd3d39c 100644
--- a/source/locking/posix.c
+++ b/source/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