mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 16:52:40 -08:00
Fix parse error in term.c (ARISAWA Akihiro).
* src/term.c (dissociate_if_controlling_tty)[USG]: Fix parse error. (Contributed by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>). git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-198
This commit is contained in:
parent
78b29cb3a2
commit
71a96040ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2278,8 +2278,8 @@ dissociate_if_controlling_tty (int fd)
|
|||
/* Unknown system. */
|
||||
croak ();
|
||||
#endif /* ! TIOCNOTTY */
|
||||
}
|
||||
#endif /* ! USG */
|
||||
}
|
||||
}
|
||||
|
||||
/* Create a termcap display on the tty device with the given name and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue