History log of /dflybsd-src/usr.sbin/installer/libdfui/conn_tcp.c (Results 1 – 3 of 3)
Revision Date Author Comments
# d056b479 05-Jan-2018 Sascha Wildner <saw@online.de>

Clean up a bit for symlinked headers.

<errno.h> as well as <poll.h> are symlinked to their <sys/...>
counterparts, so there is no need to include both.

Also fix a comment that suggests that there i

Clean up a bit for symlinked headers.

<errno.h> as well as <poll.h> are symlinked to their <sys/...>
counterparts, so there is no need to include both.

Also fix a comment that suggests that there is a difference.

show more ...


# ce7a3582 08-Feb-2012 Sascha Wildner <saw@online.de>

usr.sbin: Remove duplicate includes.


# 21c1c48a 03-May-2009 Sascha Wildner <saw@online.de>

installer: Move the installer from contrib/ to usr.sbin/.

Fix trailing whitespace while I'm doing it.