Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 07:24:38 UTC 2024

Modified Files:
        src/sys/arch/i386/stand/lib: Makefile libi386.h
Removed Files:
        src/sys/arch/i386/stand/lib: printmemlist.c

Log Message:
i386: stand: G/C unused `printmemlist`, NFC


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/i386/stand/lib/Makefile
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/i386/stand/lib/libi386.h
cvs rdiff -u -r1.2 -r0 src/sys/arch/i386/stand/lib/printmemlist.c

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/Makefile
diff -u src/sys/arch/i386/stand/lib/Makefile:1.49 src/sys/arch/i386/stand/lib/Makefile:1.50
--- src/sys/arch/i386/stand/lib/Makefile:1.49	Sat Jun  3 08:52:57 2023
+++ src/sys/arch/i386/stand/lib/Makefile	Sat Jun 29 07:24:38 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.49 2023/06/03 08:52:57 lukem Exp $
+#	$NetBSD: Makefile,v 1.50 2024/06/29 07:24:38 rin Exp $
 
 S?=	${.CURDIR}/../../../..
 
@@ -23,7 +23,7 @@ CPPFLAGS= -I$S/lib/libsa ${I386CPPFLAGS}
 
 SRCS= pcio.c conio.S comio.S comio_direct.c biosvideomode.S
 SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosreboot.S gatea20.c
-SRCS+= biosmem.S getextmemx.c biosmemx.S printmemlist.c
+SRCS+= biosmem.S getextmemx.c biosmemx.S
 SRCS+= pread.c menuutils.c parseutils.c
 SRCS+= bootinfo.c bootinfo_biosgeom.c bootinfo_memmap.c
 SRCS+= startprog.S multiboot.S

Index: src/sys/arch/i386/stand/lib/libi386.h
diff -u src/sys/arch/i386/stand/lib/libi386.h:1.47 src/sys/arch/i386/stand/lib/libi386.h:1.48
--- src/sys/arch/i386/stand/lib/libi386.h:1.47	Fri Oct 18 01:24:51 2019
+++ src/sys/arch/i386/stand/lib/libi386.h	Sat Jun 29 07:24:38 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: libi386.h,v 1.47 2019/10/18 01:24:51 manu Exp $	*/
+/*	$NetBSD: libi386.h,v 1.48 2024/06/29 07:24:38 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);
 

Reply via email to