From b5f0c03b3a1eb515759f3f07ba2ef2e48afbed5c Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 16 Dec 1999 04:41:49 +0000 Subject: [PATCH] Backout unintended change --- usr.bin/systat/ps.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/usr.bin/systat/ps.c b/usr.bin/systat/ps.c index 523e00e081b0..1a71e175cd2d 100644 --- a/usr.bin/systat/ps.c +++ b/usr.bin/systat/ps.c @@ -1,4 +1,4 @@ -/* $NetBSD: ps.c,v 1.8 1999/12/16 04:40:03 jwise Exp $ */ +/* $NetBSD: ps.c,v 1.9 1999/12/16 04:41:49 jwise Exp $ */ /*- * Copyright (c) 1999 @@ -12,6 +12,10 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the University of + * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -42,7 +46,7 @@ #include #ifndef lint -__RCSID("$NetBSD: ps.c,v 1.8 1999/12/16 04:40:03 jwise Exp $"); +__RCSID("$NetBSD: ps.c,v 1.9 1999/12/16 04:41:49 jwise Exp $"); #endif /* not lint */ #include