This thing has its own puts function, so use it.
Submitted by: Matthew Jacob <mjacob@nas.nasa.gov>
This commit is contained in:
parent
146c3cf45c
commit
3a2d923136
@ -42,7 +42,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)from: main.c 8.1 (Berkeley) 6/20/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: main.c,v 1.22 1997/11/21 07:43:50 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -129,6 +129,8 @@ char partab[] = {
|
||||
#define KILL tmode.c_cc[VKILL]
|
||||
#define EOT tmode.c_cc[VEOF]
|
||||
|
||||
#define puts Gputs
|
||||
|
||||
static void dingdong __P((int));
|
||||
static int getname __P((void));
|
||||
static void interrupt __P((int));
|
||||
|
Loading…
Reference in New Issue
Block a user