DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / 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 23a920289a3e73b964c56fbc582ddf4a398385c3..266d5c20f2b94116e26f3c7fa10c5e348762ca7f 100644 (file)
@@ -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