Patch #: 15 Type: bug fix Priority: medium Modification: fix missing declaration for inet_ntoa(); Reported: Dave Archived: munnari.OZ.AU mac/cap.patches/uar.1.0.patch15 Application: 'cd uar; patch -p < uar.1.0.patch15' *** tnnl.c.orig Mon Mar 20 23:16:01 1995 --- tnnl.c Sat Mar 25 00:38:46 1995 *************** *** 15,21 **** * djh@munnari.OZ.AU * * $Author: djh $ ! * $Revision: 1.1.1.2 $ * */ --- 15,21 ---- * djh@munnari.OZ.AU * * $Author: djh $ ! * $Revision: 1.1.1.3 $ * */ *************** *** 283,288 **** --- 283,289 ---- int i, len; u_char *pkt; u_long *addr; + char *inet_ntoa(); void dumppacket(); if (host->sin_addr.s_addr == 0) *** README.orig Wed Mar 22 00:29:56 1995 --- README Sat Mar 25 00:42:59 1995 *************** *** 4,10 **** The University of Melbourne djh@munnari.OZ.AU October, 1993 ! version 1.0.14 --- 4,10 ---- The University of Melbourne djh@munnari.OZ.AU October, 1993 ! version 1.0.15