diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-13 23:53:55 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-13 23:53:55 +0000 |
commit | c459dbcc280609b937dafb28e8b1f8e644e23903 (patch) | |
tree | 5d9127e02896ce36dce6e1086bf6a5cb1ea6f6e0 /libcons/priv.h | |
parent | cc60ad8bb9596cafe94f48de9ea030ce01e22404 (diff) | |
download | hurd-c459dbcc280609b937dafb28e8b1f8e644e23903.tar.gz hurd-c459dbcc280609b937dafb28e8b1f8e644e23903.tar.bz2 hurd-c459dbcc280609b937dafb28e8b1f8e644e23903.zip |
Sneak in a change without ChangeLog entry: Replace all _at_ in previous
change with _on_.
Diffstat (limited to 'libcons/priv.h')
-rw-r--r-- | libcons/priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcons/priv.h b/libcons/priv.h index 9f3fd7b6..598590e5 100644 --- a/libcons/priv.h +++ b/libcons/priv.h @@ -26,10 +26,10 @@ extern int _cons_slack; /* If we jump down at input. */ -extern int _cons_jump_down_at_input; +extern int _cons_jump_down_on_input; /* If we jump down at output. */ -extern int _cons_jump_down_at_output; +extern int _cons_jump_down_on_output; /* The filename of the console server. */ extern char *_cons_file; |