From 20d3ffa76a849e2105e72e6b7c8835de5e9c1b21 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 28 Feb 2014 11:26:07 +0100 Subject: term: fix receiver lookups in the tioctl server functions * term/mig-mutate.h: New file. * term/Makefile: Set tioctl-MIGSFLAGS. * term/ptyio.c: Fix receiver lookups in the tioctl server functions. * term/users.c: Likewise. --- term/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'term/Makefile') diff --git a/term/Makefile b/term/Makefile index 025a9b39..9537c601 100644 --- a/term/Makefile +++ b/term/Makefile @@ -32,3 +32,5 @@ OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o o include ../Makeconf device_replyServer-CPPFLAGS = -DTypeCheck=0 -Wno-unused # XXX + +tioctl-MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h -- cgit v1.2.3