fixup include filenames; this stuff used to be in the kernel source tree

This commit is contained in:
Sam Leffler 2003-11-13 21:25:09 +00:00
parent 240d548608
commit 10e2a7db13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122629
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
#include <limits.h>
#include <string.h>
#include "dev/kttcp/kttcpio.h"
#include "kttcpio.h"
#define KTTCP_PORT "22222"
#define KTTCP_XMITSIZE (10*1024*1024)

View File

@ -83,7 +83,7 @@
#include <sys/resourcevar.h>
#include <sys/proc.h>
#include <dev/kttcp/kttcpio.h>
#include "kttcpio.h"
#ifndef timersub
#define timersub(tvp, uvp, vvp) \