retire _ANSI and <minix/ansi.h>

This commit is contained in:
Ben Gras
2012-03-25 21:04:28 +02:00
parent f22864c24e
commit 204ae72525
55 changed files with 2 additions and 133 deletions

View File

@@ -565,11 +565,7 @@ void test38c()
#ifdef SIGACTION
struct sigaction act, oact;
#else
#if _ANSI
void (*oldfunc) (int);
#else
void (*oldfunc) ();
#endif
#endif
subtest = 3;