File #1: MiscIPPB.hFile #2: fixed:MiscIPPB.hExtra lines in 2nd before 8 in 1st (File "MiscIPPB.h"; Line Æ8; File "fixed:MiscIPPB.h"; Line 8)   8	    Modifications by Steve Falkenburg, Apple MacDTS 8/91Extra lines in 2nd before 10 in 1st (File "MiscIPPB.h"; Line Æ10; File "fixed:MiscIPPB.h"; Line 11:25)  11	/* conditional #include -->SJF<-- */  12	  13	#ifndef __MISCIPPB__  14	#define __MISCIPPB__  15	  16	/* added for misc. definitions -->SJF<-- */  17	#ifndef __MACTCPCOMMONTYPES__  18	#include <MacTCPCommonTypes.h>  19	#endif  20	  21	/* added for AddrBlock definition -->SJF<-- */  22	#ifndef __APPLETALK__  23	#include <AppleTalk.h>  24	#endif  25	Nonmatching lines (File "MiscIPPB.h"; Line 14:16; File "fixed:MiscIPPB.h"; Line 30:36)  14	#define icmpEchoTimeoutErr      -23035          /* ICMP echo timed-out */  15	  16	#define ParamBlockHeader    \  30	/* this is already #defined in MacTCPCommonTypes -->SJF<--  31	/*#define icmpEchoTimeoutErr        -23035      */  /* ICMP echo timed-out */  32	  33	  34	/* Changed from ParamBlockHeader -->SJF<-- */  35	  36	#define IPParamBlockHeader  \Nonmatching lines (File "MiscIPPB.h"; Line 31:32; File "fixed:MiscIPPB.h"; Line 51:52)  31	struct IPParamBlock {  32	    ParamBlockHeader;                   /* standard I/O header */  51	struct IPParamBlock {     52	    IPParamBlockHeader;                 /* standard I/O header */ /* Changed from ParamBlockHeader -->SJF<-- */Nonmatching lines (File "MiscIPPB.h"; Line 50; File "fixed:MiscIPPB.h"; Line 70)  50	    ParamBlockHeader;                   /* standard I/O header */  70	    IPParamBlockHeader;                 /* standard I/O header */ /* Changed from ParamBlockHeader -->SJF<-- */Nonmatching lines (File "MiscIPPB.h"; Line 85:86; File "fixed:MiscIPPB.h"; Line 105:106)  85	    int         age;                    /* ticks since cache entry verified */  86	    int         access;                 /* ticks since last access */ 105	    long        age;                    /* ticks since cache entry verified */  /* int->long -->SJF<-- */ 106	    long        access;                 /* ticks since last access */   /* int->long -->SJF<-- */Extra lines in 2nd file (File "MiscIPPB.h"; Line 102Æ; File "fixed:MiscIPPB.h"; Line 123:124) 123	 124	#endif      /* conditional include -->SJF<-- */*** EOF on both files ***