diff options
Diffstat (limited to 'usr.bin/talk')
| -rw-r--r-- | usr.bin/talk/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_iface.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 047b347c2d46..49bc1543443f 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.4 1996/03/09 19:22:49 joerg Exp $ +# $Id: Makefile,v 1.3.4.1 1996/06/23 11:47:00 joerg Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 741392e3db7e..03448055f4a4 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -29,7 +29,7 @@ * From: * Id: find_interface.c,v 1.1 1995/08/14 16:08:39 wollman Exp * - * $Id: get_iface.c,v 1.1 1996/03/09 19:22:52 joerg Exp $ + * $Id: get_iface.c,v 1.2 1996/03/12 10:23:30 ache Exp $ */ #include <unistd.h> |
