summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-ag
blob: d3d47a51d720732ea694c48042c3c3de4baeaef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.2 2009/10/21 16:37:19 drochner Exp $

--- egg/egg-asn1.c.orig	2009-08-15 02:01:31.000000000 +0200
+++ egg/egg-asn1.c
@@ -601,7 +601,7 @@ when_to_time (struct tm *when, gint offs
 	return result;
 }
 
-glong
+time_t
 egg_asn1_time_parse_utc (const gchar *time, gssize n_time)
 {
 	struct tm when;
@@ -723,7 +723,7 @@ parse_general_time (const gchar *time, g
 	return TRUE;
 }
 
-glong
+time_t
 egg_asn1_time_parse_general (const gchar *time, gssize n_time)
 {
 	struct tm when;