On second thought...back out previous commit.

This commit is contained in:
David Greenman 1994-10-02 08:33:31 +00:00
parent 793ced0e91
commit 8b6f5f5f9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3296
4 changed files with 5 additions and 9 deletions

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: keyword.c,v 1.3 1994/09/24 02:56:43 davidg Exp $
* $Id: keyword.c,v 1.4 1994/10/02 08:19:10 davidg Exp $
*/
#ifndef lint
@ -40,7 +40,6 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/rtprio.h>
#include <sys/proc.h>
#include <err.h>

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: nlist.c,v 1.2 1994/09/24 02:56:44 davidg Exp $
* $Id: nlist.c,v 1.3 1994/10/02 08:19:11 davidg Exp $
*/
#ifndef lint
@ -39,7 +39,6 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
#include <sys/param.h>
#include <sys/time.h>
#include <sys/rtprio.h>
#include <sys/proc.h>
#include <sys/resource.h>

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: print.c,v 1.2 1994/09/24 02:56:45 davidg Exp $
* $Id: print.c,v 1.3 1994/10/02 08:19:12 davidg Exp $
*/
#ifndef lint
@ -40,7 +40,6 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/rtprio.h>
#include <sys/proc.h>
#include <sys/stat.h>

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ps.c,v 1.2 1994/09/24 02:56:47 davidg Exp $
* $Id: ps.c,v 1.3 1994/10/02 08:19:13 davidg Exp $
*/
#ifndef lint
@ -44,11 +44,10 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#endif /* not lint */
#include <sys/param.h>
#include <sys/user.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/rtprio.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>