summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-ag
blob: efb4fe6a1ceb70d59676130725455c71e8e36140 (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.1 2009/04/16 19:35:29 drochner Exp $

--- egg/egg-asn1.c.orig	2009-04-15 16:55:43.000000000 +0200
+++ egg/egg-asn1.c
@@ -572,7 +572,7 @@ when_to_time (struct tm *when, gint offs
 	return result;
 }
 
-glong
+time_t
 egg_asn1_time_parse_utc (const gchar *time)
 {
 	struct tm when;
@@ -690,7 +690,7 @@ parse_general_time (const gchar *time, s
 	return TRUE;
 }
 
-glong
+time_t
 egg_asn1_time_parse_general (const gchar *time)
 {
 	struct tm when;