mirror of
https://github.com/systemd/systemd.git
synced 2026-07-20 14:30:45 +00:00
In pty.c there was both an include of our pty.h and the system installed pty.h. The latter contains only two functions openpty and forkpty. We use neither so I assume it was a typo and removed it. We still compile and pass all tests.