From 53a8c75d30ae26483d907bb680120e0aded60668 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Sat, 12 Jan 2008 01:30:29 +0000 Subject: fixed time_t -> u_int_48 conversion. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1694 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/rr.h') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index 5ad818c..5dc3352 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -115,7 +115,7 @@ typedef struct AvahiRecord { struct { char *algorithm_name; - time_t time_signed; /*uint48_t */ + time_t time_signed; /* wire format is unusual uint48_t */ uint16_t fudge; uint16_t mac_size; char *mac; -- cgit