# HG changeset patch # User Jim Blandy # Date 738194937 0 # Node ID 4362156002478ae0951e8382319ddac5d6f9be7b # Parent 571142b03bf46003bc6128e1dafd5e76998cdc86 * m/iris4d.h (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. diff -r 571142b03bf4 -r 436215600247 src/s/irix3-3.h --- a/src/s/irix3-3.h Sun May 23 22:03:39 1993 +0000 +++ b/src/s/irix3-3.h Sun May 23 22:08:57 1993 +0000 @@ -179,3 +179,7 @@ /* Use setsid to handle terminals for subprocesses. */ #define HAVE_SETSID + +/* sioctl.h should be included where appropriate. */ + +#define NEED_SIOCTL