# HG changeset patch # User Karoly Lorentey # Date 1086962315 0 # Node ID f948c9fd910c8ae232dae625c7b56a7d6cf50f02 # Parent 33be94fa36950733b22a7b05ee029d7ee49dec92 Fix parse error in term.c (ARISAWA Akihiro). * src/term.c (dissociate_if_controlling_tty)[USG]: Fix parse error. (Contributed by ARISAWA Akihiro ). git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-198 diff -r 33be94fa3695 -r f948c9fd910c src/term.c --- a/src/term.c Fri Jun 11 08:42:19 2004 +0000 +++ b/src/term.c Fri Jun 11 13:58:35 2004 +0000 @@ -2278,8 +2278,8 @@ /* Unknown system. */ croak (); #endif /* ! TIOCNOTTY */ +#endif /* ! USG */ } -#endif /* ! USG */ } /* Create a termcap display on the tty device with the given name and