summaryrefslogtreecommitdiff
path: root/init/ttys.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-20 23:18:01 +0000
committerRoland McGrath <roland@gnu.org>2001-08-20 23:18:01 +0000
commit4331ac71ebff2a7d6eabf84442d56784bf599bbf (patch)
tree5a74ed6a42a887d0a4475054078ac43c17869af2 /init/ttys.h
parent71aa97ebbc0593115f04137ec4e4edf8d1cba3c1 (diff)
2001-08-20 Roland McGrath <roland@frob.com>
* init.c [! SPLIT_INIT]: All this code removed. [SPLIT_INIT]: This code no longer conditional. (_PATH_RUNCOM, mapped_time, do_fastboot): Removed. * Makefile (split-init): Variable removed. (SRCS): Add stubs.c here unconditionally. [$(split-init) = no]: Conditional defns removed. (LCLHDRS): Variable removed. * ttys.c, ttys.h: Files removed.
Diffstat (limited to 'init/ttys.h')
-rw-r--r--init/ttys.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/init/ttys.h b/init/ttys.h
deleted file mode 100644
index db59f16d..00000000
--- a/init/ttys.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Declarations for /etc/ttys support for Hurd init
- Copyright (C) 1999 Free Software Foundation, Inc.
- This file is part of the GNU Hurd.
-
- The GNU Hurd is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- The GNU Hurd is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with the GNU Hurd; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-int init_ttys (), startup_ttys ();
-void reread_ttys (), free_ttys ();
-
-void restart_terminal (pid_t pid);