diff options
author | jbj <devnull@localhost> | 2003-02-14 23:03:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-02-14 23:03:35 +0000 |
commit | 3dade9b6af09b1f4e17229ff55f665dce1bdc815 (patch) | |
tree | 10119048b60baf5e41f7a634988d9766f7bc534d /system.h | |
parent | dd4954229d327ae3524504d5c6b769cb877fb887 (diff) | |
download | rpm-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.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 */ |