diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-31 21:56:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 18:22:56 +0100 |
commit | 95012b599b45aaea7187607770637271ca87e15a (patch) | |
tree | 1f9ad227bcb3cd241422a11ba9e56db5f25a4b60 /sal/rtl | |
parent | d2b8cb3cf418d0435e7f222aa33b5ab837f4f69b (diff) |
Remove RCS information
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/cipher.c | 2 | ||||
-rw-r--r-- | sal/rtl/source/crc.c | 2 | ||||
-rw-r--r-- | sal/rtl/source/digest.c | 2 | ||||
-rw-r--r-- | sal/rtl/source/random.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sal/rtl/source/cipher.c b/sal/rtl/source/cipher.c index 397fca90923c..e6ede4274af6 100644 --- a/sal/rtl/source/cipher.c +++ b/sal/rtl/source/cipher.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_CIPHER_C_ "$Revision: 1.5 $" +#define _RTL_CIPHER_C_ #include <sal/types.h> #include <rtl/alloc.h> diff --git a/sal/rtl/source/crc.c b/sal/rtl/source/crc.c index 39e2c5b08ef4..fa372aaf4339 100644 --- a/sal/rtl/source/crc.c +++ b/sal/rtl/source/crc.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_CRC_C_ "$Revision: 1.3 $" +#define _RTL_CRC_C_ #include <sal/types.h> #include <rtl/crc.h> diff --git a/sal/rtl/source/digest.c b/sal/rtl/source/digest.c index 99ee52cadcef..92736cf4dd95 100644 --- a/sal/rtl/source/digest.c +++ b/sal/rtl/source/digest.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_DIGEST_C_ "$Revision: 1.9 $" +#define _RTL_DIGEST_C_ #include <sal/types.h> #include <sal/macros.h> diff --git a/sal/rtl/source/random.c b/sal/rtl/source/random.c index ba9eae7c97f6..101c7dffdbec 100644 --- a/sal/rtl/source/random.c +++ b/sal/rtl/source/random.c @@ -26,7 +26,7 @@ * ************************************************************************/ -#define _RTL_RANDOM_C_ "$Revision: 1.6 $" +#define _RTL_RANDOM_C_ #include <sal/types.h> #include <osl/thread.h> |