RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 10-Dec-2009 17:46:51 Branch: HEAD Handle: 2009121016465000 Modified files: rpm/rpmio rpmio_internal.h rpmiotypes.h rpmsx.h Log: - fix annotation typoes. Summary: Revision Changes Path 2.124 +2 -2 rpm/rpmio/rpmio_internal.h 1.45 +0 -1 rpm/rpmio/rpmiotypes.h 2.5 +0 -1 rpm/rpmio/rpmsx.h ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/rpmio/rpmio_internal.h ============================================================================ $ cvs diff -u -r2.123 -r2.124 rpmio_internal.h --- rpm/rpmio/rpmio_internal.h 6 Dec 2009 20:22:01 -0000 2.123 +++ rpm/rpmio/rpmio_internal.h 10 Dec 2009 16:46:50 -0000 2.124 @@ -542,10 +542,10 @@ /*...@unused@*/ static inline void fdInitHmac(FD_t fd, const void * key, size_t keylen) /*...@globals internalState @*/ - /*...@modifies fd, internalState @*/ + /*...@modifies internalState @*/ { if (fd->digests != NULL && fd->ndigests > 0 && key != NULL) - rpmHmacInit(fd->digests[fd->ndigests-1], key, keylen); + (void) rpmHmacInit(fd->digests[fd->ndigests-1], key, keylen); } /** \ingroup rpmio @@ . patch -p0 <<'@@ .' Index: rpm/rpmio/rpmiotypes.h ============================================================================ $ cvs diff -u -r1.44 -r1.45 rpmiotypes.h --- rpm/rpmio/rpmiotypes.h 10 Dec 2009 14:19:27 -0000 1.44 +++ rpm/rpmio/rpmiotypes.h 10 Dec 2009 16:46:50 -0000 1.45 @@ -425,7 +425,6 @@ * @param keylen HMAC key length(bytes) (0 uses strlen(key)) * @return 0 on success */ -/*...@only@*/ /*...@null@*/ int rpmHmacInit(DIGEST_CTX ctx, const void * key, size_t keylen) /*...@*/; @@ . patch -p0 <<'@@ .' Index: rpm/rpmio/rpmsx.h ============================================================================ $ cvs diff -u -r2.4 -r2.5 rpmsx.h --- rpm/rpmio/rpmsx.h 3 Sep 2009 17:39:19 -0000 2.4 +++ rpm/rpmio/rpmsx.h 10 Dec 2009 16:46:50 -0000 2.5 @@ -138,7 +138,6 @@ * @param argv scriptlet helper * @return 0 on success */ -/*...@only@*/ int rpmsxExec(rpmsx sx, int verified, const char ** argv) /*...@globals fileSystem, internalState @*/ /*...@modifies fileSystem, internalState @*/; @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
