History log of /netbsd/usr.bin/talk/get_addrs.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 43e4027d 16-Jun-2015 christos <christos@NetBSD.org>

fix some error handling.


# 82640a31 29-Dec-2012 christos <christos@NetBSD.org>

- use warn/err
- if both users are on the same machine, use the loopback address. This
allows us to use talkd from inetd listening only to the loopback.


# b986c000 06-Sep-2011 joerg <joerg@NetBSD.org>

ANSIfy + __dead


# 4a1b3429 31-Aug-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 14dbdf55 06-Apr-2001 wiz <wiz@NetBSD.org>

Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.


# fcd0fb11 03-Jul-2000 matt <matt@NetBSD.org>

Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
etc. as appropriate to get exit,srncmp,abs,abort,etc.
Add -I${.CURDIR} to a few Makefiles


# a405bce5 26-Jul-1998 mycroft <mycroft@NetBSD.org>

const poisoning.


# 32a9e65f 20-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage, deprecate register, convert select to fd_set


# 51207773 09-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources