Message-Id: <
199806162031.QAA08202@ds9>
Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
p4raw-id: //depot/perl@1148
e = addr.sun_path;
while (*e && e < addr.sun_path + sizeof addr.sun_path)
++e;
- ST(0) = sv_2mortal(newSVpvn(addr.sun_path, e - addr.sun_path));
+ ST(0) = sv_2mortal(newSVpv(addr.sun_path, e - addr.sun_path));
#else
ST(0) = (SV *) not_here("unpack_sockaddr_un");
#endif