diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-04-22 20:44:38 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-04-22 20:44:38 +0000 |
commit | ab62f8b1d1c961193cb56243a82be91dc2f5aa72 (patch) | |
tree | 8d59078df348232f5445954f9c0f4e3467719531 /utils/ChangeLog | |
parent | 40dd0a623eb6133fa856aea02ad72409e7d8e4e0 (diff) |
Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* ping.c (MAXHOSTNAMELEN): Don't define.
(main): Delete variable `hnamebuf'. Store directly into properly
malloced `hostname' variable.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 1371d62c..b6511be3 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu> + + * ping.c (MAXHOSTNAMELEN): Don't define. + (main): Delete variable `hnamebuf'. Store directly into properly + malloced `hostname' variable. + Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu> * ping.c: New file. Originally P.D. from US Army; then modified |