diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2005-07-11 13:55:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2005-07-11 13:55:14 +0000 |
commit | 2f745c154065dfeae33c864b4e61cfca7a3d4974 (patch) | |
tree | 16e9523fb35e586e13ef6786bf14ee6610ddf8b7 /libcons/priv.h | |
parent | ddeb9733fb4eccc2dc8bd36633db7b34a7ba3627 (diff) | |
download | hurd-2f745c154065dfeae33c864b4e61cfca7a3d4974.tar.gz hurd-2f745c154065dfeae33c864b4e61cfca7a3d4974.tar.bz2 hurd-2f745c154065dfeae33c864b4e61cfca7a3d4974.zip |
2005-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* priv.h (_cons_file): Prototype moved and renamed to...
* cons.h (cons_file): ... this.
* init-init.c (cons_init): Updated `_cons_file' reference.
* opts-std-startup.c (_cons_file): Renamed into `cons_file'. Updated
reference.
Diffstat (limited to 'libcons/priv.h')
-rw-r--r-- | libcons/priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcons/priv.h b/libcons/priv.h index 377f021c..38971ff8 100644 --- a/libcons/priv.h +++ b/libcons/priv.h @@ -45,9 +45,6 @@ extern int _cons_jump_down_on_input; /* If we jump down at output. */ extern int _cons_jump_down_on_output; -/* The filename of the console server. */ -extern char *_cons_file; - /* The type of bell used for the visual bell. */ extern bell_type_t _cons_visual_bell; |