Patch #: 12 Type: bug fix Priority: medium Affects: sites running ARNS under Solaris 2.N Reported: David Hornsby Modification: fix DLPI support to receive discrete messages Archived: munnari.OZ.AU mac/cap.patches/arns.patch012 Application: 'cd arns; patch -p < arns.patch012' *** pf.c.orig Wed Nov 2 12:34:00 1994 --- pf.c Tue Oct 18 10:58:27 1994 *************** *** 25,31 **** * AIX Ethernet Device (AIXETH) * * $Author: djh $ ! * $Revision: 1.15 $ * */ --- 25,31 ---- * AIX Ethernet Device (AIXETH) * * $Author: djh $ ! * $Revision: 1.16 $ * */ *************** *** 377,382 **** --- 377,388 ---- si.ic_dp = NULL; if (ioctl(s, I_STR, &si) < 0) { perror("DLIOCRAW"); + return(-1); + } + + /* set up messages */ + if (ioctl(s, I_SRDOPT, (char *)RMSGD) < 0) { + perror("I_SRDOPT"); return(-1); } #endif DLPIPF *** README.orig Wed Oct 5 13:18:33 1994 --- README Wed Nov 2 12:36:24 1994 *************** *** 5,11 **** The University of Melbourne djh@munnari.OZ.AU January, 1992 ! version 1.11 ARNS is 'A Remote Network Server' package for AppleTalk that allows a --- 5,11 ---- The University of Melbourne djh@munnari.OZ.AU January, 1992 ! version 1.12 ARNS is 'A Remote Network Server' package for AppleTalk that allows a