mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
273 B
C
17 lines
273 B
C
$NetBSD: patch-te__fxstub.c,v 1.1 2012/12/27 06:13:20 dholland Exp $
|
|
|
|
- declare void functions void
|
|
- use c89
|
|
|
|
--- te_fxstub.c~ 1993-08-05 22:29:34.000000000 +0000
|
|
+++ te_fxstub.c
|
|
@@ -10,7 +10,7 @@
|
|
|
|
#include "te_defs.h"
|
|
|
|
-te_fx()
|
|
+VOID te_fx(void)
|
|
{
|
|
ERROR(E_IFC);
|
|
}
|