summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-13 22:45:30 +0000
committerjbj <devnull@localhost>2002-05-13 22:45:30 +0000
commitbc9d22eeb9034966654091306e3e3fc9a9dd7c71 (patch)
tree67b38378c5b6c5f4c742df1b215b43d65fb23077 /rpmio
parentf9f1064dc0681321e13d240b193895ecc7d6d5cf (diff)
downloadlibrpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.tar.gz
librpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.tar.bz2
librpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.zip
AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).
CVS patchset: 5434 CVS date: 2002/05/13 22:45:30
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/rpmio_internal.h2
-rw-r--r--rpmio/rpmpgp.h10
2 files changed, 6 insertions, 6 deletions
diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h
index 599b10d91..832215114 100644
--- a/rpmio/rpmio_internal.h
+++ b/rpmio/rpmio_internal.h
@@ -203,7 +203,7 @@ int ufdClose( /*@only@*/ void * cookie)
/** \ingroup rpmio
*/
/*@unused@*/ static inline
-/*@null@*/ const FDIO_t fdGetIo(FD_t fd)
+/*@null@*/ FDIO_t fdGetIo(FD_t fd)
/*@*/
{
FDSANE(fd);
diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h
index 9c63c96d0..7e9d02b5f 100644
--- a/rpmio/rpmpgp.h
+++ b/rpmio/rpmpgp.h
@@ -59,7 +59,7 @@ typedef enum pgpTag_e {
PGPTAG_PRIVATE_60 = 60, /*!< Private or Experimental Values */
PGPTAG_COMMENT = 61, /*!< Comment */
PGPTAG_PRIVATE_62 = 62, /*!< Private or Experimental Values */
- PGPTAG_CONTROL = 63, /*!< Control (GPG) */
+ PGPTAG_CONTROL = 63 /*!< Control (GPG) */
} pgpTag;
/**
@@ -174,7 +174,7 @@ typedef enum pgpPubkeyAlgo_e {
PGPPUBKEYALGO_EC = 18, /*!< Elliptic Curve */
PGPPUBKEYALGO_ECDSA = 19, /*!< ECDSA */
PGPPUBKEYALGO_ELGAMAL = 20, /*!< Elgamal */
- PGPPUBKEYALGO_DH = 21, /*!< Diffie-Hellman (X9.42) */
+ PGPPUBKEYALGO_DH = 21 /*!< Diffie-Hellman (X9.42) */
} pgpPubkeyAlgo;
/*@=typeuse@*/
@@ -451,7 +451,7 @@ typedef enum pgpSubType_e {
PGPSUBTYPE_INTERNAL_107 = 107, /*!< internal or user-defined */
PGPSUBTYPE_INTERNAL_108 = 108, /*!< internal or user-defined */
PGPSUBTYPE_INTERNAL_109 = 109, /*!< internal or user-defined */
- PGPSUBTYPE_INTERNAL_110 = 110, /*!< internal or user-defined */
+ PGPSUBTYPE_INTERNAL_110 = 110 /*!< internal or user-defined */
} pgpSubType;
/*@=typeuse@*/
@@ -921,7 +921,7 @@ typedef enum pgpArmor_e {
PGPARMOR_SIGNED_MESSAGE = 4, /*!< SIGNED MESSAGE */
PGPARMOR_FILE = 5, /*!< ARMORED FILE */
PGPARMOR_PRIVKEY = 6, /*!< PRIVATE KEY BLOCK */
- PGPARMOR_SECKEY = 7, /*!< SECRET KEY BLOCK */
+ PGPARMOR_SECKEY = 7 /*!< SECRET KEY BLOCK */
} pgpArmor;
/*@=typeuse@*/
@@ -938,7 +938,7 @@ typedef enum pgpArmorKey_e {
PGPARMORKEY_COMMENT = 2, /*!< Comment: */
PGPARMORKEY_MESSAGEID = 3, /*!< MessageID: */
PGPARMORKEY_HASH = 4, /*!< Hash: */
- PGPARMORKEY_CHARSET = 5, /*!< Charset: */
+ PGPARMORKEY_CHARSET = 5 /*!< Charset: */
} pgpArmorKey;
/*@=typeuse@*/