Revision d7f1b4f451e8ae5e762317b84c57ef91565fbeda authored by Michael Tuexen on 17 July 2012, 11:18:39 UTC, committed by Michael Tuexen on 17 July 2012, 11:18:39 UTC
Bugfix: Send up a COMM UP notification for active 1-to-1 style sockets
      also in the case where the assoc comes up due to a remotely
      started handshake (collision case).
Approved by: re@
1 parent 5cbdb67
Raw File
Makefile.mips
# $FreeBSD$

.if ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
MK_RESCUE=no
.endif
back to top