Use openpty() for pts allocation, just like other *BSD and Linux

This commit is contained in:
Alexey Dokuchaev 2013-06-25 11:10:27 +00:00
parent bfb5567d8f
commit 2afeb52a09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321733

View file

@ -102,6 +102,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|\[5-9\]\.||' ${WRKSRC}/bin/9l
@${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \
${WRKSRC}/src/cmd/acme/acme.c
@${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \
> ${WRKSRC}/src/cmd/9term/FreeBSD.c
do-build:
cd ${WRKSRC} && ./INSTALL