Use openpty() for pts allocation, just like other *BSD and Linux
This commit is contained in:
parent
bfb5567d8f
commit
2afeb52a09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321733
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue