summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/get_iface.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-111-7/+8
| | | | warnings. Use __FBSDID().
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add #include <string.h> to get prototype for memcpy().jb1998-02-151-1/+2
|
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-141-6/+5
| | | | add usage().
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Increment network byte order properlyache1996-03-121-3/+3
| | | | Reviewed by: wollman
* Make talk automagically find out the interface IP address where thejoerg1996-03-091-0/+99
remote peer will be connected through. This avoids the ``Checking for invitation on caller's machine'' problem for multi-homed hosts. Thanks to: Garrett, for his `find_interface' example
OpenPOWER on IntegriCloud