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/netstat pull up rev 1.18 from trunk (cgd)



details:   https://anonhg.NetBSD.org/src/rev/fbba19ede58b
branches:  netbsd-1-4
changeset: 469236:fbba19ede58b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Aug 20 05:00:54 1999 +0000

description:
pull up rev 1.18 from trunk (cgd)

diffstat:

 usr.bin/netstat/unix.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e48239629149 -r fbba19ede58b usr.bin/netstat/unix.c
--- a/usr.bin/netstat/unix.c    Fri Aug 20 04:59:09 1999 +0000
+++ b/usr.bin/netstat/unix.c    Fri Aug 20 05:00:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unix.c,v 1.17 1997/10/19 05:50:11 lukem Exp $  */
+/*     $NetBSD: unix.c,v 1.17.4.1 1999/08/20 05:00:54 cgd Exp $        */
 
 /*-
  * Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "from: @(#)unix.c       8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: unix.c,v 1.17 1997/10/19 05:50:11 lukem Exp $");
+__RCSID("$NetBSD: unix.c,v 1.17.4.1 1999/08/20 05:00:54 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -82,7 +82,7 @@
 
        filebuf = (char *)kvm_getfiles(kvmd, KERN_FILE, 0, &nfiles);
        if (filebuf == 0) {
-               printf("Out of memory (file table).\n");
+               printf("file table read error: %s", kvm_geterr(kvmd));
                return;
        }
        file = (struct file *)(filebuf + sizeof(fp));



Home | Main Index | Thread Index | Old Index