diff options
author | markm <markm@FreeBSD.org> | 1996-07-29 17:54:40 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-07-29 17:54:40 +0000 |
commit | 9b57620710eb8677622acdaca23dd45010404927 (patch) | |
tree | 2d136cb35955c7f4632ea93831136151d882923e /secure/lib/libdes/read_pwd.c | |
parent | 5313ba6bbed76bbe085937a5a042d87f2a5e601f (diff) | |
download | FreeBSD-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.c | 2 |
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 |