aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-04 00:14:25 +0200
committertoni <matzeton@googlemail.com>2016-07-04 00:14:25 +0200
commita5026891c37cc19f27cc311252d7d5e8056bc337 (patch)
treea497556696ddc195d9fda7213f4a342466fd5c76
parent3ddc8f8a7531208ffd867489c34f4c74e1acd667 (diff)
wait(...) fail fixed
-rw-r--r--.gitignore12
-rw-r--r--src/main.c2
2 files changed, 1 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index de07cbd..ab9c734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,3 @@
-/naskpass
-/naskpass_check
-/src/version.h
-/tests/producer
-/tests/producer_consumer
-/tests/semtest
-/tests/semtest2
-/tests/mqtest
-/tests/strsep
-/tests/pthread
-/tests/ncurses
*.swp
*.o
*.d
-
diff --git a/src/main.c b/src/main.c
index 6cd2eea..f2a435d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -175,7 +175,7 @@ main(int argc, char **argv)
}
}
logs("%s\n", "waiting for child");
- wait(&child);
+ wait(&c_status);
memset(pbuf, '\0', IPC_MQSIZ+1);
} else {
/* fork error */