public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd-3.13-ntpshm.patch
@ 2015-02-27 18:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2015-02-27 18:11 UTC (permalink / raw
  To: gentoo-commits

vapier      15/02/27 18:11:55

  Added:                gpsd-3.13-ntpshm.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.1                  sci-geosciences/gpsd/files/gpsd-3.13-ntpshm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/gpsd-3.13-ntpshm.patch?rev=1.1&view=markup
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

Index: gpsd-3.13-ntpshm.patch
===================================================================
From 861d148321aafa3f7dadb1da4f507da83ba2f846 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 26 Feb 2015 17:39:23 -0500
Subject: [PATCH] ntpshm: fix status type

---
 ntpshm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ntpshm.h b/ntpshm.h
index c8cd3b6..45648a8 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -60,7 +60,7 @@ enum segstat_t {
     OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH};
 
 struct shm_stat_t {
-    int status;
+    enum segstat_t status;
     struct timespec tvc, tvr, tvt;
     int precision;
     int leap;
-- 
2.3.0






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-27 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 18:11 [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: gpsd-3.13-ntpshm.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox