aboutsummaryrefslogtreecommitdiffstats
path: root/src/usleep.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-07-08 17:07:11 +0000
committerBill Nottingham <notting@redhat.com>1999-07-08 17:07:11 +0000
commit0aeb63ad9b5462be2d7a868e8c76135ea8336203 (patch)
treea53d70f2f26a3af2fe423d6fe3ffeda25083919c /src/usleep.c
parent77b0bb06a826bff3e745bc10d2aff30bef514fe8 (diff)
downloadinitscripts-0aeb63ad9b5462be2d7a868e8c76135ea8336203.tar
initscripts-0aeb63ad9b5462be2d7a868e8c76135ea8336203.tar.gz
initscripts-0aeb63ad9b5462be2d7a868e8c76135ea8336203.tar.bz2
initscripts-0aeb63ad9b5462be2d7a868e8c76135ea8336203.tar.xz
initscripts-0aeb63ad9b5462be2d7a868e8c76135ea8336203.zip
fix some compiler warnings (nkbj@image.dk)
Diffstat (limited to 'src/usleep.c')
-rw-r--r--src/usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usleep.c b/src/usleep.c
index dbffc850..2d0a5565 100644
--- a/src/usleep.c
+++ b/src/usleep.c
@@ -11,7 +11,7 @@
#include <string.h>
#include <stdio.h>
-void main(int argc, char **argv)
+int main(int argc, char **argv)
{
double count;