summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-02-14 23:03:35 +0000
committerjbj <devnull@localhost>2003-02-14 23:03:35 +0000
commit3dade9b6af09b1f4e17229ff55f665dce1bdc815 (patch)
tree10119048b60baf5e41f7a634988d9766f7bc534d /system.h
parentdd4954229d327ae3524504d5c6b769cb877fb887 (diff)
downloadrpm-3dade9b6af09b1f4e17229ff55f665dce1bdc815.tar.gz
rpm-3dade9b6af09b1f4e17229ff55f665dce1bdc815.tar.bz2
rpm-3dade9b6af09b1f4e17229ff55f665dce1bdc815.zip
- file: fix ogg/vorbis file classification problems.
- skip fingerprints in /usr/share/doc and /usr/src/debug. - add file(1) as /usr/lib/rpm/rpmfile. - enable transaction coloring for s390x/ppc64. CVS patchset: 6039 CVS date: 2003/02/14 23:03:35
Diffstat (limited to 'system.h')
-rw-r--r--system.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/system.h b/system.h
index 03655c7e9..c40bd4945 100644
--- a/system.h
+++ b/system.h
@@ -600,4 +600,14 @@ extern void unsetenv(const char *name);
#ifndef MOUNTED
#define MOUNTED "/etc/mnttab"
#endif
+
+#if defined(__LCLINT__)
+#define FILE_RCSID(id)
+#else
+#define FILE_RCSID(id) \
+static inline const char *rcsid(const char *p) { \
+ return rcsid(p = id); \
+}
+#endif
+
#endif /* H_SYSTEM */