don't include <sys/param.h> twice.

This commit is contained in:
christos 2006-10-04 21:23:56 +00:00
parent 75642ab7ae
commit cc20633139
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: gmon.c,v 1.27 2006/10/04 20:22:14 dogcow Exp $ */
/* $NetBSD: gmon.c,v 1.28 2006/10/04 21:23:56 christos Exp $ */
/*
* Copyright (c) 2003, 2004 Wasabi Systems, Inc.
@ -69,7 +69,7 @@
#if 0
static char sccsid[] = "@(#)gmon.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: gmon.c,v 1.27 2006/10/04 20:22:14 dogcow Exp $");
__RCSID("$NetBSD: gmon.c,v 1.28 2006/10/04 21:23:56 christos Exp $");
#endif
#endif
@ -78,7 +78,6 @@ __RCSID("$NetBSD: gmon.c,v 1.27 2006/10/04 20:22:14 dogcow Exp $");
#include <sys/time.h>
#include <sys/gmon.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <stdio.h>