diff options
author | jbj <devnull@localhost> | 2002-07-02 13:16:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-02 13:16:50 +0000 |
commit | 77076c7c8d83f8b783634c7328b132b938389987 (patch) | |
tree | 4b5e2407e4a28acf29009bfc650080524cdb6daa /system.h | |
parent | 8c4991e9d533de552b957ea445d65f6834205f29 (diff) | |
download | librpm-tizen-77076c7c8d83f8b783634c7328b132b938389987.tar.gz librpm-tizen-77076c7c8d83f8b783634c7328b132b938389987.tar.bz2 librpm-tizen-77076c7c8d83f8b783634c7328b132b938389987.zip |
add (disabled for now) dependency check to rpmgraph.
splint and gettext fiddles.
CVS patchset: 5536
CVS date: 2002/07/02 13:16:50
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -351,6 +351,7 @@ extern void muntrace (void) else __progname = pn; \ } #endif +/*@unchecked@*/ const char *__progname; #if HAVE_NETDB_H |