1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 13:17:13 +03:00
aports/testing/olsrd/musl.patch
Mathew Meins 244de700a4 testing/olsrd: new aport
http://www.olsr.org/mediawiki/index.php/Olsr_Daemon
An implementation of the IETF RFC 3626: Optimized Link State Routing Protocol
2020-11-21 16:12:03 +00:00

11 lines
320 B
Diff

--- a/lib/pud/nmealib/src/info.c
+++ b/lib/pud/nmealib/src/info.c
@@ -172,7 +172,7 @@ bool nmeaTimeParseDate(const char *s, NmeaTime *date) {
void nmeaTimeSet(NmeaTime *utc, uint32_t *present, struct timeval *timeval) {
struct timeval tv;
struct tm tm;
- long usec;
+ time_t usec;
if (!utc) {
return;