chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb27ff6
)
nspawn: don't make assumptions about the size of pid_t
author
Lennart Poettering
<lennart@poettering.net>
Fri, 15 Mar 2013 15:48:48 +0000
(16:48 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 15 Mar 2013 15:49:08 +0000
(16:49 +0100)
src/nspawn/nspawn.c
patch
|
blob
|
history
diff --git
a/src/nspawn/nspawn.c
b/src/nspawn/nspawn.c
index
1a3e41f
..
9268cbc
100644
(file)
--- a/
src/nspawn/nspawn.c
+++ b/
src/nspawn/nspawn.c
@@
-1589,7
+1589,7
@@
int main(int argc, char *argv[]) {
_exit(EXIT_FAILURE);
}
- log_info("Init process in the container running as PID %
d",
pid);
+ log_info("Init process in the container running as PID %
lu.", (unsigned long)
pid);
close_nointr_nofail(pipefd[0]);
close_nointr_nofail(pipefd[1]);