summaryrefslogtreecommitdiff
path: root/lib/sync.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sync.rb')
-rw-r--r--lib/sync.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sync.rb b/lib/sync.rb
index 79522ed885..03b161c274 100644
--- a/lib/sync.rb
+++ b/lib/sync.rb
@@ -1,8 +1,8 @@
#
# sync.rb - 2 phase lock with counter
# $Release Version: 1.0$
-# $Revision$
-# $Date$
+# $Revision: 1.4 $
+# $Date: 2001/06/06 14:19:33 $
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
@@ -44,7 +44,7 @@ unless defined? Thread
end
module Sync_m
- RCS_ID='-$Header$-'
+ RCS_ID='-$Header: /src/ruby/lib/sync.rb,v 1.4 2001/06/06 14:19:33 keiju Exp $-'
# lock mode
UN = :UN