Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat Two tiny formatting nits in each file.
details: https://anonhg.NetBSD.org/src/rev/ad37992aac32
branches: trunk
changeset: 480465:ad37992aac32
user: ad <ad%NetBSD.org@localhost>
date: Thu Jan 13 12:39:04 2000 +0000
description:
Two tiny formatting nits in each file.
diffstat:
usr.bin/systat/icmp.c | 5 +++--
usr.bin/systat/ip.c | 5 +++--
usr.bin/systat/ip6.c | 5 +++--
usr.bin/systat/ipsec.c | 5 +++--
usr.bin/systat/tcp.c | 5 +++--
5 files changed, 15 insertions(+), 10 deletions(-)
diffs (130 lines):
diff -r b2266565e609 -r ad37992aac32 usr.bin/systat/icmp.c
--- a/usr.bin/systat/icmp.c Thu Jan 13 12:11:30 2000 +0000
+++ b/usr.bin/systat/icmp.c Thu Jan 13 12:39:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp.c,v 1.2 2000/01/08 23:12:37 itojun Exp $ */
+/* $NetBSD: icmp.c,v 1.3 2000/01/13 12:39:04 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: icmp.c,v 1.2 2000/01/08 23:12:37 itojun Exp $");
+__RCSID("$NetBSD: icmp.c,v 1.3 2000/01/13 12:39:04 ad Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -48,6 +48,7 @@
#include <paths.h>
#include <nlist.h>
#include <kvm.h>
+
#include "systat.h"
#include "extern.h"
diff -r b2266565e609 -r ad37992aac32 usr.bin/systat/ip.c
--- a/usr.bin/systat/ip.c Thu Jan 13 12:11:30 2000 +0000
+++ b/usr.bin/systat/ip.c Thu Jan 13 12:39:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip.c,v 1.4 2000/01/08 23:12:37 itojun Exp $ */
+/* $NetBSD: ip.c,v 1.5 2000/01/13 12:39:05 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ip.c,v 1.4 2000/01/08 23:12:37 itojun Exp $");
+__RCSID("$NetBSD: ip.c,v 1.5 2000/01/13 12:39:05 ad Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -49,6 +49,7 @@
#include <paths.h>
#include <nlist.h>
#include <kvm.h>
+
#include "systat.h"
#include "extern.h"
diff -r b2266565e609 -r ad37992aac32 usr.bin/systat/ip6.c
--- a/usr.bin/systat/ip6.c Thu Jan 13 12:11:30 2000 +0000
+++ b/usr.bin/systat/ip6.c Thu Jan 13 12:39:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6.c,v 1.2 2000/01/10 21:06:16 itojun Exp $ */
+/* $NetBSD: ip6.c,v 1.3 2000/01/13 12:39:05 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ip6.c,v 1.2 2000/01/10 21:06:16 itojun Exp $");
+__RCSID("$NetBSD: ip6.c,v 1.3 2000/01/13 12:39:05 ad Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -47,6 +47,7 @@
#include <paths.h>
#include <nlist.h>
#include <kvm.h>
+
#include "systat.h"
#include "extern.h"
diff -r b2266565e609 -r ad37992aac32 usr.bin/systat/ipsec.c
--- a/usr.bin/systat/ipsec.c Thu Jan 13 12:11:30 2000 +0000
+++ b/usr.bin/systat/ipsec.c Thu Jan 13 12:39:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec.c,v 1.2 2000/01/10 21:06:16 itojun Exp $ */
+/* $NetBSD: ipsec.c,v 1.3 2000/01/13 12:39:05 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ipsec.c,v 1.2 2000/01/10 21:06:16 itojun Exp $");
+__RCSID("$NetBSD: ipsec.c,v 1.3 2000/01/13 12:39:05 ad Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -46,6 +46,7 @@
#include <paths.h>
#include <nlist.h>
#include <kvm.h>
+
#include "systat.h"
#include "extern.h"
diff -r b2266565e609 -r ad37992aac32 usr.bin/systat/tcp.c
--- a/usr.bin/systat/tcp.c Thu Jan 13 12:11:30 2000 +0000
+++ b/usr.bin/systat/tcp.c Thu Jan 13 12:39:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp.c,v 1.2 1999/07/30 16:08:59 ad Exp $ */
+/* $NetBSD: tcp.c,v 1.3 2000/01/13 12:39:05 ad Exp $ */
/*
* Copyright (c) 1999 Andy Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: tcp.c,v 1.2 1999/07/30 16:08:59 ad Exp $");
+__RCSID("$NetBSD: tcp.c,v 1.3 2000/01/13 12:39:05 ad Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -52,6 +52,7 @@
#include <paths.h>
#include <nlist.h>
#include <kvm.h>
+
#include "systat.h"
#include "extern.h"
Home |
Main Index |
Thread Index |
Old Index