Only in NEC2-Working: .DS_Store
diff NEC2/Makefile NEC2-Working/Makefile
12,13c12,13
< LDFLAGS	= -n
< LIBS	=  -lm -lc
---
> LDFLAGS	= 
> LIBS	=  -lf2c
36c36
<  fmtlib.o i_indx.o i_len.o lread.o lwrite.o main.o n.o open.o pow_di.o \
---
>  fmtlib.o i_indx.o i_len.o lread.o lwrite.o main.o nec2.o open.o pow_di.o \
diff NEC2/err.c NEC2-Working/err.c
104c104
< #ifdef NON_UNIX_STDIO
---
> /* #ifdef NON_UNIX_STDIO */
106,108c106,108
< #else
< 	stderr->_flag &= ~_IONBF;
< #endif
---
> /* #else */
> /*	stderr->_flag &= ~_IONBF; */
> /* #endif */
Only in NEC2: fort.5
Only in NEC2: fort.6
diff NEC2/secnds.c NEC2-Working/secnds.c
1c1
< #include <<sys/types.h>
---
> #include <sys/types.h>
diff NEC2/wrtfmt.c NEC2-Working/wrtfmt.c
47,51c47,51
< #ifndef NON_UNIX_STDIO
< 			if(cf->_ptr + hiwater - recpos < buf_end(cf))
< 				cf->_ptr += hiwater - recpos;
< 			else
< #endif
---
> /* #ifndef NON_UNIX_STDIO */
> /*			if(cf->_ptr + hiwater - recpos < buf_end(cf)) */
> /*				cf->_ptr += hiwater - recpos; */
> /*			else */
> /* #endif */
59,63c59,63
< #ifndef NON_UNIX_STDIO
< 			if(cf->_ptr + cursor < buf_end(cf))
< 				cf->_ptr += cursor;
< 			else
< #endif
---
> /* #ifndef NON_UNIX_STDIO */
> /*			if(cf->_ptr + cursor < buf_end(cf)) */
> /*				cf->_ptr += cursor; */
> /*			else */
> /* #endif */
71,75c71,75
< #ifndef NON_UNIX_STDIO
< 		if(cf->_ptr + cursor >= cf->_base)
< 			cf->_ptr += cursor;
< 		else
< #endif
---
> /* #ifndef NON_UNIX_STDIO */
> /*		if(cf->_ptr + cursor >= cf->_base) */
> /*			cf->_ptr += cursor; */
> /* 		else */
> /* #endif */
diff NEC2/wsfe.c NEC2-Working/wsfe.c
41,45c41,45
< #ifndef NON_UNIX_STDIO
< 		if(cf->_ptr + hiwater - recpos < buf_end(cf))
< 			cf->_ptr += hiwater - recpos;
< 		else
< #endif
---
> /* #ifndef NON_UNIX_STDIO */
> /*		if(cf->_ptr + hiwater - recpos < buf_end(cf)) */
> /*			cf->_ptr += hiwater - recpos; */
> /* 		else */
> /* #endif */
