summaryrefslogtreecommitdiff
path: root/sys/netiso/argo_debug.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/netiso/argo_debug.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/netiso/argo_debug.h')
-rw-r--r--sys/netiso/argo_debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h
index fb3ec0eb017..25b90a2d953 100644
--- a/sys/netiso/argo_debug.h
+++ b/sys/netiso/argo_debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: argo_debug.h,v 1.3 1997/09/07 19:43:22 millert Exp $ */
+/* $OpenBSD: argo_debug.h,v 1.4 2002/03/14 01:27:12 millert Exp $ */
/* $NetBSD: argo_debug.h,v 1.7 1996/02/13 22:07:57 christos Exp $ */
/*-
@@ -65,7 +65,7 @@ SOFTWARE.
#ifndef _NETISO_ARGO_DEBUG_H_
#define _NETISO_ARGO_DEBUG_H_
-void Dump_buf __P((caddr_t, int));
+void Dump_buf(caddr_t, int);
#define dump_buf(a, b) Dump_buf((caddr_t)(a), (int)(b))
/***********************************************