X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/27dffd66c4eb585e955416a213c4579349f5fb7c..2d8a3be70850f8655e3b289a16da332c46c17b92:/usr.sbin/sa/pdb.c diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index e80710f14c..c1301b90c6 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -28,7 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/usr.sbin/sa/pdb.c,v 1.7 1999/08/28 01:19:53 peter Exp $ - * $DragonFly: src/usr.sbin/sa/pdb.c,v 1.2 2003/06/17 04:30:03 dillon Exp $ + * $DragonFly: src/usr.sbin/sa/pdb.c,v 1.3 2003/11/03 19:31:43 eirikn Exp $ */ #include @@ -41,9 +41,9 @@ #include "extern.h" #include "pathnames.h" -static int check_junk __P((struct cmdinfo *)); -static void add_ci __P((const struct cmdinfo *, struct cmdinfo *)); -static void print_ci __P((const struct cmdinfo *, const struct cmdinfo *)); +static int check_junk(struct cmdinfo *); +static void add_ci(const struct cmdinfo *, struct cmdinfo *); +static void print_ci(const struct cmdinfo *, const struct cmdinfo *); static DB *pacct_db;