X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2F_OpenBSD_%2FLin%2FMod%2FIoctl.txt;h=286fa75f882ea49e6b5e4f12f5156b16255fb6de;hb=fa3a8f992ea0a865bba31edbfed4c1ddb2bb9e63;hp=51947f484745d4393a3da968088cc7ba2a8901fd;hpb=5ccaca6b745004c92048f40ae760e7294f9ae589;p=bbcp.git diff --git a/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt b/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt index 51947f4..286fa75 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt +++ b/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt @@ -1,23 +1,20 @@ -MODULE LinIoctl ["libc.so.70.0"]; +MODULE LinIoctl ["libc.so.89.2"]; (* - A. V. Shiryaev, 2012.11, 2013.08 - - OpenBSD 5.4 - 32-bit + OpenBSD 6.0 + i386 *) CONST - (* /usr/include/sys/ttycom.h *) - TIOCM_LE* = {0}; (* line enable *) - TIOCM_DTR* = {1}; (* data terminal ready *) - TIOCM_RTS* = {2}; (* request to send *) - TIOCM_ST* = {3}; (* secondary transmit *) - TIOCM_SR* = {4}; (* secondary receive *) - TIOCM_CTS* = {5}; (* clear to send *) - TIOCM_CAR* = {6}; (* carrier detect *) - TIOCM_RNG* = {7}; (* ring *) - TIOCM_DSR* = {8}; (* data set ready *) + TIOCM_LE* = {0}; (* line enable *) + TIOCM_DTR* = {1}; (* data terminal ready *) + TIOCM_RTS* = {2}; (* request to send *) + TIOCM_ST* = {3}; (* secondary transmit *) + TIOCM_SR* = {4}; (* secondary receive *) + TIOCM_CTS* = {5}; (* clear to send *) + TIOCM_CAR* = {6}; (* carrier detect *) + TIOCM_RNG* = {7}; (* ring *) + TIOCM_DSR* = {8}; (* data set ready *) FIOCLEX* = 536897025; FIONCLEX* = 536897026; @@ -43,4 +40,4 @@ MODULE LinIoctl ["libc.so.70.0"]; PROCEDURE [ccall] ioctl0* ["ioctl"] (d: INTEGER; req: INTEGER): INTEGER; PROCEDURE [ccall] ioctl1* ["ioctl"] (d: INTEGER; req: INTEGER; VAR arg: INTEGER): INTEGER; -END LinIoctl. +END LinIoctl. \ No newline at end of file