Source-Changes-HG archive

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

[src/netbsd-1-4]: src/bin/stty Pull up revision 1.14 (requested by dmcmahill):



details:   https://anonhg.NetBSD.org/src/rev/f5157ce5e75e
branches:  netbsd-1-4
changeset: 470398:f5157ce5e75e
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:43:15 2000 +0000

description:
Pull up revision 1.14 (requested by dmcmahill):
  Make stty accept g-format data.  Fixes PR#7751.

diffstat:

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

diffs (23 lines):

diff -r 72e24f17bf02 -r f5157ce5e75e bin/stty/gfmt.c
--- a/bin/stty/gfmt.c   Tue Feb 22 22:39:09 2000 +0000
+++ b/bin/stty/gfmt.c   Tue Feb 22 22:43:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gfmt.c,v 1.13 1999/03/02 17:27:03 christos Exp $       */
+/*     $NetBSD: gfmt.c,v 1.13.2.1 2000/02/22 22:43:15 he 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.13.2.1 2000/02/22 22:43:15 he 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