Module Name: src Committed By: rin Date: Sat Jun 29 08:28:07 UTC 2024
Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: libi386.h: Restore rev 1.48 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/stand/lib/libi386.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/lib/libi386.h diff -u src/sys/arch/i386/stand/lib/libi386.h:1.50 src/sys/arch/i386/stand/lib/libi386.h:1.51 --- src/sys/arch/i386/stand/lib/libi386.h:1.50 Sat Jun 29 08:23:01 2024 +++ src/sys/arch/i386/stand/lib/libi386.h Sat Jun 29 08:28:07 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: libi386.h,v 1.50 2024/06/29 08:23:01 rin Exp $ */ +/* $NetBSD: libi386.h,v 1.51 2024/06/29 08:28:07 rin Exp $ */ /* * Copyright (c) 1996 @@ -54,7 +54,6 @@ int biosvideomode(void); #else #define getextmem() getextmemx() #endif -void printmemlist(void); void reboot(void); void gateA20(void);