Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/newsmips/newsmips Include "zstty.h" instead of "zsc...



details:   https://anonhg.NetBSD.org/src/rev/e0f9f56d4460
branches:  trunk
changeset: 484982:e0f9f56d4460
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Apr 16 05:42:40 2000 +0000

description:
Include "zstty.h" instead of "zsc.h".

diffstat:

 sys/arch/newsmips/newsmips/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3622d705f250 -r e0f9f56d4460 sys/arch/newsmips/newsmips/conf.c
--- a/sys/arch/newsmips/newsmips/conf.c Sun Apr 16 04:57:55 2000 +0000
+++ b/sys/arch/newsmips/newsmips/conf.c Sun Apr 16 05:42:40 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.6 2000/04/14 13:41:25 tsutsui Exp $ */
+/*     $NetBSD: conf.c,v 1.7 2000/04/16 05:42:40 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -110,7 +110,7 @@
 #include "tun.h"
 #include "pty.h"
 #include "bpfilter.h"
-#include "zsc.h"
+#include "zstty.h"
 #include "ms.h"
 #include "fb.h"
 #define fbpoll seltrue



Home | Main Index | Thread Index | Old Index