summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ymvar.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/dev/isa/ymvar.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/ymvar.h')
-rw-r--r--sys/dev/isa/ymvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ymvar.h b/sys/dev/isa/ymvar.h
index 34a2dd4f1d2..b53272c8ef2 100644
--- a/sys/dev/isa/ymvar.h
+++ b/sys/dev/isa/ymvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ymvar.h,v 1.4 1999/10/06 12:48:33 fgsch Exp $ */
+/* $OpenBSD: ymvar.h,v 1.5 2002/03/14 01:26:57 millert Exp $ */
/* $NetBSD: wssvar.h,v 1.1 1998/01/19 22:18:25 augustss Exp $ */
/*
@@ -98,4 +98,4 @@ struct ym_softc {
#endif
};
-void ym_attach __P((struct ym_softc *));
+void ym_attach(struct ym_softc *);