this file is never compiled, nor included in 'files' because it is adapted

for the particular architecture.  However, it never would've compiled either
as it had the old '../h/foo.h' stuff in it.
This commit is contained in:
glass 1993-04-17 05:20:54 +00:00
parent ba40575afe
commit d5f887d44c
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
* @(#)in_cksum.c 7.3 (Berkeley) 6/28/90
*/
#include "../h/types.h"
#include "../h/mbuf.h"
#include "types.h"
#include "mbuf.h"
/*
* Checksum routine for Internet Protocol family headers (Portable Version).