diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/vax/include/ka820.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/include/ka820.h')
-rw-r--r-- | sys/arch/vax/include/ka820.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/ka820.h b/sys/arch/vax/include/ka820.h index 3eaa3a73920..8498a3f673e 100644 --- a/sys/arch/vax/include/ka820.h +++ b/sys/arch/vax/include/ka820.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ka820.h,v 1.3 2000/04/26 03:08:41 bjc Exp $ */ +/* $OpenBSD: ka820.h,v 1.4 2002/03/14 01:26:48 millert Exp $ */ /* $NetBSD: ka820.h,v 1.3 2000/01/24 02:40:32 matt Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -140,5 +140,5 @@ struct ka820clock { u_short csr3; }; -void crxintr __P((void *arg)); +void crxintr(void *arg); #endif |