|
From: | Igor Pashev |
Subject: | [MIT-Scheme-devel] [patch #8089] OS_nanotime_since_utc_epoch() typo |
Date: | Sun, 23 Jun 2013 17:05:11 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 |
URL: <http://savannah.gnu.org/patch/?8089> Summary: OS_nanotime_since_utc_epoch() typo Project: MIT/GNU Scheme Submitted by: ip1981 Submitted on: Вск 23 Июн 2013 17:05:10 Category: None Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: mit-scheme-c-9.1.1/src/microcode/uxenv.c Current: 182 #elif defined(HAVE_CLOCK_GETTIME) 183 184 void 185 OS_nanotime_since_utc_epoch (struct scheme_nanotime t) 186 { Must be: 182 #elif defined(HAVE_CLOCK_GETTIME) 183 184 void 185 OS_nanotime_since_utc_epoch (struct scheme_nanotime *t) 186 { _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?8089> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |