repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Obsolete libcroco
[oi-userland.git]
/
components
/
sysutils
/
sysstat
/
patches
/
03-retval.patch
blob
ae579925330a54a1b7623d0a6e3cb04ef43d2c10
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);
6
}
7
+ /* Should not get here, so keep the compiler happy: */
8
+ return NULL;
9
}
10
11