pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/netpgpverify/files
Module Name: pkgsrc
Committed By: jmcneill
Date: Sun Mar 11 04:52:03 UTC 2018
Modified Files:
pkgsrc/security/netpgpverify/files: libverify.c
Log Message:
Provide PRIi64 definition where it doesn't exist (like IRIX).
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/netpgpverify/files/libverify.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/netpgpverify/files/libverify.c
diff -u pkgsrc/security/netpgpverify/files/libverify.c:1.27 pkgsrc/security/netpgpverify/files/libverify.c:1.28
--- pkgsrc/security/netpgpverify/files/libverify.c:1.27 Thu Oct 19 08:23:21 2017
+++ pkgsrc/security/netpgpverify/files/libverify.c Sun Mar 11 04:52:03 2018
@@ -53,6 +53,10 @@
#include "rsa.h"
#include "verify.h"
+#ifndef PRIi64
+#define PRIi64 "lld"
+#endif
+
/* 64bit key ids */
#define PGPV_KEYID_LEN 8
#define PGPV_STR_KEYID_LEN (PGPV_KEYID_LEN + PGPV_KEYID_LEN + 1)
Home |
Main Index |
Thread Index |
Old Index