History log of /freebsd-10.0-release/usr.bin/talk/get_iface.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 200418 11-Dec-2009 delphij

Move unistd.h includes to individual .c files and remove unnecessary
includes.


# 178642 28-Apr-2008 delphij

ANSIfy function prototypes. While I am there, constify some parameters and
make use of C99 sparse initialization for static variables, this makes talk(1)
to compile cleanly with WARNS=6.


# 143415 11-Mar-2005 stefanf

Use socklen_t where appropriate.


# 117238 04-Jul-2003 luigi

remove whitespace at end of line


# 87710 11-Dec-2001 markm

WARNS=2 fixes with NO_WERROR set because of system-header originating
warnings. Use __FBSDID().


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 33359 15-Feb-1998 jb

Add #include <string.h> to get prototype for memcpy().


# 32503 14-Jan-1998 charnier

Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
add usage().


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 14585 12-Mar-1996 ache

Increment network byte order properly
Reviewed by: wollman


# 14443 09-Mar-1996 joerg

Make talk automagically find out the interface IP address where the
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