diff options
dup() -> dup2()
gcc would warn about an unused result. We know it is 0 and dup()
can't fail in these circumstances, as we closed fd0 previously.
Using dup2() to do the same saves one line and shuts gcc up, bringing
us a clean build back.
Diffstat (limited to '%2525253fid%2525253d20d53cebc122829449524ef339ce44e13c6e85ec&id2%2525253dbf8c71e42937b623f76ced22c9557f87e3d945da%25253fid%25253d20d53cebc122829449524ef339ce44e13c6e85ec%253fid%253d20d53cebc122829449524ef339ce44e13c6e85ec&id2%253dbf8c71e42937b623f76ced22c9557f87e3d945da%3fid%3d20d53cebc122829449524ef339ce44e13c6e85ec&id2%3dbf8c71e42937b623f76ced22c9557f87e3d945da?id=20d53cebc122829449524ef339ce44e13c6e85ec')
0 files changed, 0 insertions, 0 deletions
