Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd-3.13-ntpshm.patch
Date: Fri, 27 Feb 2015 18:11:58
Message-Id: 20150227181155.0CD1D12AE0@oystercatcher.gentoo.org
1 vapier 15/02/27 18:11:55
2
3 Added: gpsd-3.13-ntpshm.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 sci-geosciences/gpsd/files/gpsd-3.13-ntpshm.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/gpsd-3.13-ntpshm.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/gpsd-3.13-ntpshm.patch?rev=1.1&content-type=text/plain
14
15 Index: gpsd-3.13-ntpshm.patch
16 ===================================================================
17 From 861d148321aafa3f7dadb1da4f507da83ba2f846 Mon Sep 17 00:00:00 2001
18 From: Mike Frysinger <vapier@g.o>
19 Date: Thu, 26 Feb 2015 17:39:23 -0500
20 Subject: [PATCH] ntpshm: fix status type
21
22 ---
23 ntpshm.h | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/ntpshm.h b/ntpshm.h
27 index c8cd3b6..45648a8 100644
28 --- a/ntpshm.h
29 +++ b/ntpshm.h
30 @@ -60,7 +60,7 @@ enum segstat_t {
31 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH};
32
33 struct shm_stat_t {
34 - int status;
35 + enum segstat_t status;
36 struct timespec tvc, tvr, tvt;
37 int precision;
38 int leap;
39 --
40 2.3.0