TermPrimSetUtmp: fix lost define broken by last patch

This commit is contained in:
Jon Trulson 2018-05-24 18:52:53 -06:00
parent 4f5e7fe5e3
commit 77cdabb8f6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static char rcs_id[] = "$TOG: TermPrimSetUtmp.c /main/10 1998/04/03 17:11:42 mgr
#define XOS_USE_XT_LOCKING
#include <X11/Xos_r.h>
#ifdef linux
#ifdef __linux__
#define UT_NO_pututline
#endif /* sun */