Source-Changes-HG archive

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

[src/trunk]: src/bin/stty pulling param.h not types.h to get BSD4_4. from NAK...



details:   https://anonhg.NetBSD.org/src/rev/5535eb5d4954
branches:  trunk
changeset: 473631:5535eb5d4954
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 10 14:59:50 1999 +0000

description:
pulling param.h not types.h to get BSD4_4. from NAKAJIMA Yoshihiro <nakayosh%kcn.ne.jp@localhost> in PR#7751

diffstat:

 bin/stty/gfmt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 492b4d214f61 -r 5535eb5d4954 bin/stty/gfmt.c
--- a/bin/stty/gfmt.c   Thu Jun 10 05:53:51 1999 +0000
+++ b/bin/stty/gfmt.c   Thu Jun 10 14:59:50 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gfmt.c,v 1.13 1999/03/02 17:27:03 christos Exp $       */
+/*     $NetBSD: gfmt.c,v 1.14 1999/06/10 14:59:50 mrg Exp $    */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -38,11 +38,11 @@
 #if 0
 static char sccsid[] = "@(#)gfmt.c     8.6 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: gfmt.c,v 1.13 1999/03/02 17:27:03 christos Exp $");
+__RCSID("$NetBSD: gfmt.c,v 1.14 1999/06/10 14:59:50 mrg Exp $");
 #endif
 #endif /* not lint */
 
-#include <sys/types.h>
+#include <sys/param.h>
 
 #include <err.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index