Hawaii-Five-Typo
This commit is contained in:
parent
615de507de
commit
5647eb145d
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.190 1996/12/01 19:05:47 sos Exp $
|
||||
* $Id: syscons.c,v 1.191 1996/12/07 22:32:12 sos Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -79,7 +79,7 @@
|
||||
#define COLD 0
|
||||
#define WARM 1
|
||||
|
||||
/* this may break on older VGA's but is usefull on real 32 bit systems */
|
||||
/* this may break on older VGA's but is useful on real 32 bit systems */
|
||||
#define bcopyw bcopy
|
||||
|
||||
static default_attr user_default = {
|
||||
@ -1629,7 +1629,7 @@ switch_scr(scr_stat *scp, u_int next_scr)
|
||||
if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid)))
|
||||
new_scp->smode.mode = VT_AUTO;
|
||||
|
||||
/* check the modes and switch approbiatly */
|
||||
/* check the modes and switch appropriately */
|
||||
if (old_scp->smode.mode == VT_PROCESS) {
|
||||
old_scp->status |= SWITCH_WAIT_REL;
|
||||
psignal(old_scp->proc, old_scp->smode.relsig);
|
||||
|
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.190 1996/12/01 19:05:47 sos Exp $
|
||||
* $Id: syscons.c,v 1.191 1996/12/07 22:32:12 sos Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -79,7 +79,7 @@
|
||||
#define COLD 0
|
||||
#define WARM 1
|
||||
|
||||
/* this may break on older VGA's but is usefull on real 32 bit systems */
|
||||
/* this may break on older VGA's but is useful on real 32 bit systems */
|
||||
#define bcopyw bcopy
|
||||
|
||||
static default_attr user_default = {
|
||||
@ -1629,7 +1629,7 @@ switch_scr(scr_stat *scp, u_int next_scr)
|
||||
if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid)))
|
||||
new_scp->smode.mode = VT_AUTO;
|
||||
|
||||
/* check the modes and switch approbiatly */
|
||||
/* check the modes and switch appropriately */
|
||||
if (old_scp->smode.mode == VT_PROCESS) {
|
||||
old_scp->status |= SWITCH_WAIT_REL;
|
||||
psignal(old_scp->proc, old_scp->smode.relsig);
|
||||
|
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.190 1996/12/01 19:05:47 sos Exp $
|
||||
* $Id: syscons.c,v 1.191 1996/12/07 22:32:12 sos Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -79,7 +79,7 @@
|
||||
#define COLD 0
|
||||
#define WARM 1
|
||||
|
||||
/* this may break on older VGA's but is usefull on real 32 bit systems */
|
||||
/* this may break on older VGA's but is useful on real 32 bit systems */
|
||||
#define bcopyw bcopy
|
||||
|
||||
static default_attr user_default = {
|
||||
@ -1629,7 +1629,7 @@ switch_scr(scr_stat *scp, u_int next_scr)
|
||||
if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid)))
|
||||
new_scp->smode.mode = VT_AUTO;
|
||||
|
||||
/* check the modes and switch approbiatly */
|
||||
/* check the modes and switch appropriately */
|
||||
if (old_scp->smode.mode == VT_PROCESS) {
|
||||
old_scp->status |= SWITCH_WAIT_REL;
|
||||
psignal(old_scp->proc, old_scp->smode.relsig);
|
||||
|
Loading…
Reference in New Issue
Block a user