summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/talk/ctl.c')
-rw-r--r--usr.bin/talk/ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c
index 52a986f..f4cdcd1 100644
--- a/usr.bin/talk/ctl.c
+++ b/usr.bin/talk/ctl.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: ctl.c,v 1.4 1998/01/14 07:20:59 charnier Exp $";
#endif /* not lint */
/*
@@ -110,7 +110,7 @@ print_addr(addr)
int i;
printf("addr = %lx, port = %o, family = %o zero = ",
- addr.sin_addr.s_addr, addr.sin_port, addr.sin_family);
+ (u_long)addr.sin_addr.s_addr, addr.sin_port, addr.sin_family);
for (i = 0; i<8;i++)
printf("%o ", (int)addr.sin_zero[i]);
putchar('\n');
OpenPOWER on IntegriCloud