Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!ast@cs.vu.nl From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: console.c again Message-ID: <1459@ast.cs.vu.nl> Date: 3 Oct 88 23:04:52 GMT Sender: ast@cs.vu.nl Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 20 This isn't my day. The version of console.c on my AT differs from the one on the SUN, which is the one that I posted. The AT version has one line feed less. Here is the cdiff to get rid of the line feed and bring the posted version into sync with the one on the distribution disks (the AT version). Sorry for the confusion. Andy Tanenbaum (ast@cs.vu.nl) *** console.c Mon Sep 26 23:34:04 1988 --- console Mon Oct 3 23:54:27 1988 *************** *** 1191,1197 **** out_char(&tty_struct[0], c); } - /*===========================================================================* * func_key * *===========================================================================*/ --- 1191,1196 ----