Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/bios de-__P



details:   https://anonhg.NetBSD.org/src/rev/315fe0ce677c
branches:  trunk
changeset: 573629:315fe0ce677c
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Feb 03 20:24:25 2005 +0000

description:
de-__P

diffstat:

 sys/arch/i386/bios/vesabios.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r d1113aed27e9 -r 315fe0ce677c sys/arch/i386/bios/vesabios.h
--- a/sys/arch/i386/bios/vesabios.h     Thu Feb 03 20:08:55 2005 +0000
+++ b/sys/arch/i386/bios/vesabios.h     Thu Feb 03 20:24:25 2005 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: vesabios.h,v 1.2 2002/07/10 19:15:43 drochner Exp $ */
+/* $NetBSD: vesabios.h,v 1.3 2005/02/03 20:24:25 perry Exp $ */
 
-int vbeprobe __P((void));
+int vbeprobe(void);
 
 struct vesabios_attach_args {
        char *vaa_busname;



Home | Main Index | Thread Index | Old Index