[Keyrings] [PATCH] Keys: Permit key expiry time to be set
Michael Halcrow
mhalcrow at us.ibm.com
Thu Nov 17 18:28:02 EST 2005
On Thu, Nov 17, 2005 at 10:08:06PM +0000, David Howells wrote:
> I've stuck an updated keyutils tarball and SRPM on:
>
> http://people.redhat.com/~dhowells/keyutils/keyutils-0.3-2.tar.bz2
> http://people.redhat.com/~dhowells/keyutils/keyutils-0.3-2.src.rpm
This patch takes care of applications that do not include stdint.h
before keyutil.h (like eCryptfs's mount helper).
Mike
---
diff -Naur keyutils-0.3/keyutil.h keyutils-0.3_header_fix/keyutil.h
--- keyutils-0.3/keyutil.h 2005-07-11 10:41:12.000000000 -0500
+++ keyutils-0.3_header_fix/keyutil.h 2005-11-16 15:45:34.000000000 -0600
@@ -12,6 +12,7 @@
#ifndef KEYUTIL_H
#define KEYUTIL_H
+#include <stdint.h>
/* key serial number */
typedef int32_t key_serial_t;
More information about the Keyrings
mailing list