mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
$NetBSD: patch-ae,v 1.1 2007/02/16 10:53:11 rillig Exp $
|
||
|
||
Prevents a gcc error message.
|
||
|
||
--- fdc.c.orig 2000-03-22 17:01:00.000000000 +0100
|
||
+++ fdc.c 2007-02-16 11:39:13.000000000 +0100
|
||
@@ -56,7 +56,7 @@ static BYTE fdc_indexcnt; /* INDEX<45>
|
||
/*
|
||
* プロトタイプ宣言
|
||
*/
|
||
-void fdc_readbuf(int drive); /* 1トラック分読み込み */
|
||
+static void fdc_readbuf(int drive); /* 1トラック分読み込み */
|
||
|
||
/*
|
||
* FDC
|