Obsolete libcroco
[oi-userland.git] / components / sysutils / sysstat / patches / 03-retval.patch
blobae579925330a54a1b7623d0a6e3cb04ef43d2c10
1 --- sysstat-20151012.orig/localstats.c 2015-10-12 21:30:47.000000000 +0200
2 +++ sysstat-20151012/localstats.c 2016-12-07 17:15:59.523654262 +0100
3 @@ -224,6 +224,8 @@
4 rewinddir(dskdir);
5 (void) sleep(60);
7 + /* Should not get here, so keep the compiler happy: */
8 + return NULL;