]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/terminal.c
tty.h: Ship our own minimal openpty.h
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Jan 2013 17:24:11 +0000 (12:24 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 9 Jan 2013 15:10:32 +0000 (10:10 -0500)
commite827ff7e2f3c1c18e5823312482f0f45e03cb6a8
tree28d62a575e8541a94b71059bb16ffc0044695f24
parent1f1665e6caa1835a2c5c5e369d69b8fa225effe3
tty.h: Ship our own minimal openpty.h

bionic is missing an openpty() function, so ship our own and only
build it and use it on bionic.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/include/openpty.c [new file with mode: 0644]
src/include/openpty.h [new file with mode: 0644]
src/lxc/Makefile.am
src/lxc/conf.c
src/lxc/console.c