X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2F_FreeBSDLinuxOpenBSD_%2FLin%2FMod%2Fgen-Ioctl%2FIoctl.txt.templ;fp=BlackBox%2F_OpenBSD_%2FLin%2FMod%2Fgen-Ioctl%2FIoctl.txt.templ;h=266d5c20f2b94116e26f3c7fa10c5e348762ca7f;hb=fa3a8f992ea0a865bba31edbfed4c1ddb2bb9e63;hp=23a920289a3e73b964c56fbc582ddf4a398385c3;hpb=5ccaca6b745004c92048f40ae760e7294f9ae589;p=bbcp.git diff --git a/BlackBox/_OpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ b/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ similarity index 55% rename from BlackBox/_OpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ rename to BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ index 23a9202..266d5c2 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ +++ b/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ @@ -1,17 +1,14 @@ -MODULE LinIoctl ["libc.so.70.0"]; +MODULE LinIoctl ["libc.so%%libver%%"]; (* - A. V. Shiryaev, 2012.11, 2013.08 - - OpenBSD 5.4 - 32-bit + %%osname%% + %%machine%% *) CONST - (* /usr/include/sys/ttycom.h *) -%%defs-ttycom%% +%%defs-tiocm%% %%defs-ioctl%% 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