From af646eef115c79dcc7001b4e0883428d4b85a87a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Mar 2002 19:32:03 +0000 Subject: [PATCH] Remove a __P(). --- bin/chio/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 90c023f10933..4c05446af2d0 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $NetBSD: defs.h,v 1.4 2001/09/13 10:00:44 wiz Exp $ */ +/* $NetBSD: defs.h,v 1.5 2002/03/09 19:32:03 wiz Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -49,7 +49,7 @@ struct changer_command { const char *cc_name; /* command name */ const char *cc_args; /* usage string */ /* command handler */ - int (*cc_handler) __P((const char *, int, char **)); + int (*cc_handler)(const char *, int, char **); }; struct special_word {