diff options
author | jbj <devnull@localhost> | 2001-12-08 17:21:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-12-08 17:21:36 +0000 |
commit | 85f676ed6637f2ff677d6b32c0e1f547df7fe9ee (patch) | |
tree | 146c81d6f7596f445385fc9b4cfad8235a40a7af /rpmio/rpmrpc.c | |
parent | 58f451f3c3240f76874e27bff8325dea88134e7e (diff) | |
download | librpm-tizen-85f676ed6637f2ff677d6b32c0e1f547df7fe9ee.tar.gz librpm-tizen-85f676ed6637f2ff677d6b32c0e1f547df7fe9ee.tar.bz2 librpm-tizen-85f676ed6637f2ff677d6b32c0e1f547df7fe9ee.zip |
- lclint-3.0.0.19 fiddles.
CVS patchset: 5217
CVS date: 2001/12/08 17:21:36
Diffstat (limited to 'rpmio/rpmrpc.c')
-rw-r--r-- | rpmio/rpmrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmrpc.c b/rpmio/rpmrpc.c index c2a48059a..5d46106ab 100644 --- a/rpmio/rpmrpc.c +++ b/rpmio/rpmrpc.c @@ -590,7 +590,7 @@ static int vfs_parse_ls_lga (char * p, /*@out@*/ struct stat * st, /*@out@*/ const char ** filename, /*@out@*/ const char ** linkname) - /*@modifies *st, *filename, *linkname @*/ + /*@modifies *p, *st, *filename, *linkname @*/ { int idx, idx2, num_cols; int i; |