From ec28f0369871f3c586c668ab95fdfebfc8e951b5 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Wed, 17 Feb 1988 22:22:32 -0500 Subject: [PATCH] minix work SCCS-file: ialloc.c SCCS-SID: 8.11 --- ialloc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ialloc.c b/ialloc.c index 488ca10..fecf578 100644 --- a/ialloc.c +++ b/ialloc.c @@ -1,13 +1,13 @@ -#include "stdio.h" - -/*LINTLIBRARY*/ - #ifndef lint #ifndef NOID static char elsieid[] = "%W%"; #endif /* !defined NOID */ #endif /* !defined lint */ +/*LINTLIBRARY*/ + +#include "stdio.h" + #ifdef __STDC__ #define HAVEHEADS #endif /* defined __STDC__ */