summaryrefslogtreecommitdiffstats
path: root/secure/lib/libdes/read_pwd.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-07-29 17:54:40 +0000
committermarkm <markm@FreeBSD.org>1996-07-29 17:54:40 +0000
commit9b57620710eb8677622acdaca23dd45010404927 (patch)
tree2d136cb35955c7f4632ea93831136151d882923e /secure/lib/libdes/read_pwd.c
parent5313ba6bbed76bbe085937a5a042d87f2a5e601f (diff)
downloadFreeBSD-src-9b57620710eb8677622acdaca23dd45010404927.zip
FreeBSD-src-9b57620710eb8677622acdaca23dd45010404927.tar.gz
Rats. Just when a piece of code is nice and stable, the author has to
release an upgrade.
Diffstat (limited to 'secure/lib/libdes/read_pwd.c')
-rw-r--r--secure/lib/libdes/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libdes/read_pwd.c b/secure/lib/libdes/read_pwd.c
index 275f732..47cb95f 100644
--- a/secure/lib/libdes/read_pwd.c
+++ b/secure/lib/libdes/read_pwd.c
@@ -105,7 +105,7 @@
#define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
#endif
-#if !defined(_LIBC) && !defined(MSDOS)
+#if !defined(_LIBC) && !defined(MSDOS) && !defined(VMS)
#include <sys/ioctl.h>
#endif
OpenPOWER on IntegriCloud