summaryrefslogtreecommitdiff
path: root/libexec/talkd/talkd.h
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-11-25avoid size_t -> int conversion. style nit for sizeof(). David KrauseJun-ichiro itojun Hagino
2002-05-22strlcpy sprinklingTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-07kill more registers;Mike Pechkin
millert@ ok
1998-08-18TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it.Todd C. Miller
1996-07-15fix time differencies computations (orig from alan@parsys.co.uk, butMichael Shalayeff
don't use difftime(3), it returns double) use <sys/queue.h> for queue maintanance
1996-04-28Add this stuff to keep compilers happy.Michael Shalayeff