History log of /openbsd-src/libexec/talkd/talkd.h (Results 1 – 8 of 8)
Revision Date Author Comments
# e33d3bd3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# b68d276f 25-Nov-2002 itojun <itojun@openbsd.org>

avoid size_t -> int conversion. style nit for sizeof(). David Krause


# 527d2965 22-May-2002 deraadt <deraadt@openbsd.org>

strlcpy sprinkling


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 50d2b651 07-Dec-2001 mpech <mpech@openbsd.org>

kill more registers;

millert@ ok


# a9920a05 18-Aug-1998 millert <millert@openbsd.org>

TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it.


# e4de0f9a 15-Jul-1996 mickey <mickey@openbsd.org>

fix time differencies computations (orig from alan@parsys.co.uk, but
don't use difftime(3), it returns double)
use <sys/queue.h> for queue maintanance


# eb1968a4 28-Apr-1996 mickey <mickey@openbsd.org>

Add this stuff to keep compilers happy.