version 1.3, 2025/02/28 20:06:07
|
version 1.5, 2025/03/09 15:20:18
|
Line 15
|
Line 15
|
* implementation of VIEW command and $VIEW intrinsic function |
* implementation of VIEW command and $VIEW intrinsic function |
* |
* |
* |
* |
* Author: Serena Willis <jpw@coherent-logic.com> |
* Author: Serena Willis <snw@coherent-logic.com> |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 2020 Coherent Logic Development LLC |
* Copyright (C) 2020 Coherent Logic Development LLC |
* |
* |
Line 72
|
Line 72
|
#endif /* __CYGWIN__ */ |
#endif /* __CYGWIN__ */ |
#include <errno.h> /* snw */ |
#include <errno.h> /* snw */ |
|
|
#if defined(__NetBSD__) |
#if defined(__NetBSD__) || defined(__OpenBSD__) |
#include <sys/ioctl.h> |
#include <sys/ioctl.h> |
#endif |
#endif |
|
|