Move common code to a common/ subdirectory

This commit is contained in:
H. Peter Anvin 2006-10-04 10:19:06 -07:00
parent a548569a3e
commit 40133b212b
11 changed files with 36 additions and 17 deletions

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*/
#include "tftpsubs.h"
#include "common/tftpsubs.h"
#ifndef lint
/* static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; */