File #1: GetMyIPAddr.hFile #2: fixed:GetMyIPAddr.hExtra lines in 2nd before 8 in 1st (File "GetMyIPAddr.h"; Line Æ8; File "fixed:GetMyIPAddr.h"; Line 8)   8	    Modifications by Steve Falkenburg, Apple MacDTS 8/91Nonmatching lines (File "GetMyIPAddr.h"; Line 10:12; File "fixed:GetMyIPAddr.h"; Line 11:26)  10	#define ipctlGetAddr        15          /* csCode to get our IP address */  11	  12	#define ParamBlockHeader    \  11	/* conditional #include -->SJF<-- */  12	  13	#ifndef __GETMYIPADDR__  14	#define __GETMYIPADDR__  15	  16	/* added for misc. definitions -->SJF<-- */  17	#ifndef __MACTCPCOMMONTYPES__  18	#include <MacTCPCommonTypes.h>  19	#endif  20	  21	  22	#define ipctlGetAddr        15          /* csCode to get our IP address */  23	  24	/* changed from ParamBlockHeader -->SJF<-- */  25	  26	#define GetIPParamBlockHeader   \Nonmatching lines (File "GetMyIPAddr.h"; Line 24:25; File "fixed:GetMyIPAddr.h"; Line 38:39)  24	struct IPParamBlock {  25	    ParamBlockHeader;           /* standard I/O header */  38	struct GetAddrParamBlock {                                      /* changed from IPParamBlock -->SJF<-- */  39	    GetIPParamBlockHeader;          /* standard I/O header */   /* changed from ParamBlockHeader -->SJF<-- */Extra lines in 2nd file (File "GetMyIPAddr.h"; Line 28Æ; File "fixed:GetMyIPAddr.h"; Line 43:44)  43	      44	#endif      /* conditional include -->SJF<-- */*** EOF on both files ***