pkgsrc-ng/editors/mflteco/patches/patch-te__fxstub.c
2013-09-26 17:14:40 +02:00

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);
}