diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-17 21:21:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-17 21:21:27 +0200 |
commit | b45e333ff5da1b62236fc8937f377bf1f145d8a8 (patch) | |
tree | 6cf013bfd46ec3407c26cc54b779eb1a10884094 /src/util.c | |
parent | When reconnecting, reapply the ramps (diff) | |
download | coopgammad-b45e333ff5da1b62236fc8937f377bf1f145d8a8.tar.gz coopgammad-b45e333ff5da1b62236fc8937f377bf1f145d8a8.tar.bz2 coopgammad-b45e333ff5da1b62236fc8937f377bf1f145d8a8.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ int dup2atleast(int fd, int atleast) * @param ms The number of milliseconds to sleep, * must be less than 1000 */ -void msleep(int ms) +void msleep(unsigned ms) { struct timespec ts; ts.tv_sec = 0; |