Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/systat Pull up revisions 1.8-1.9 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/557d7197d54d
branches:  netbsd-1-4
changeset: 469496:557d7197d54d
user:      he <he%NetBSD.org@localhost>
date:      Sun Sep 26 13:35:10 1999 +0000

description:
Pull up revisions 1.8-1.9 (requested by he):
  LP64 and type sanity fixes, with visible effects of enabling echo
  on commands and correct cursor placement after update.

diffstat:

 usr.bin/systat/extern.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cea65a8fb50a -r 557d7197d54d usr.bin/systat/extern.h
--- a/usr.bin/systat/extern.h   Sun Sep 26 13:29:50 1999 +0000
+++ b/usr.bin/systat/extern.h   Sun Sep 26 13:35:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.7 1999/02/21 21:48:07 jwise Exp $ */
+/*     $NetBSD: extern.h,v 1.7.2.1 1999/09/26 13:35:10 he Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -92,7 +92,7 @@
 int     initpigs __P((void));
 int     initswap __P((void));
 int     keyboard __P((void)) __attribute__((__noreturn__));
-int     kvm_ckread __P((void *, void *, int));
+ssize_t         kvm_ckread __P((void *, void *, size_t));
 void    labeliostat __P((void));
 void    labelkre __P((void));
 void    labelmbufs __P((void));



Home | Main Index | Thread Index | Old Index