summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ofw/ofrtc.c')
-rw-r--r--sys/dev/ofw/ofrtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ofw/ofrtc.c b/sys/dev/ofw/ofrtc.c
index a8ab0346ff6..fda118db760 100644
--- a/sys/dev/ofw/ofrtc.c
+++ b/sys/dev/ofw/ofrtc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ofrtc.c,v 1.4 2000/08/08 22:34:24 deraadt Exp $ */
+/* $OpenBSD: ofrtc.c,v 1.5 2002/03/14 01:26:58 millert Exp $ */
/* $NetBSD: ofrtc.c,v 1.3 1996/10/13 01:38:14 christos Exp $ */
/*
@@ -43,8 +43,8 @@ struct ofrtc_softc {
int sc_ihandle;
};
-static int ofrtcprobe __P((struct device *, void *, void *));
-static void ofrtcattach __P((struct device *, struct device *, void *));
+static int ofrtcprobe(struct device *, void *, void *);
+static void ofrtcattach(struct device *, struct device *, void *);
struct cfattach ofrtc_ca = {
sizeof(struct ofrtc_softc), ofrtcprobe, ofrtcattach