]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Ensure isatty is defined on Win32. 704/head
authorDaniel Miller <[email protected]>
Tue, 2 Oct 2018 14:52:40 +0000 (09:52 -0500)
committerDaniel Miller <[email protected]>
Tue, 2 Oct 2018 14:52:40 +0000 (09:52 -0500)
netdissect-stdinc.h

index 2a4e1bc781a3c056e92c8a4ce76413e1d8cdbcac..7bea0c4fa69b91e4f673aaf2cd601eadf997054c 100644 (file)
    * #defines to let us use them.
    */
   #define isascii __isascii
+  #define isatty _isatty
   #define stat _stat
   #define strdup _strdup
   #define open _open