Backout unintended change

This commit is contained in:
jwise 1999-12-16 04:41:49 +00:00
parent 7fc29b6116
commit b5f0c03b3a

View File

@ -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 <sys/cdefs.h>
#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 <sys/param.h>