Rename clientpacket.c to dhcpmsg.c.

This commit is contained in:
Nicholas J. Kain
2010-12-24 10:01:12 -05:00
parent d04916aec5
commit 08f7db1637
7 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
#include <sys/time.h>
#include <errno.h>
#include "arp.h"
#include "clientpacket.h"
#include "dhcpmsg.h"
#include "packet.h"
#include "sys.h"
#include "script.h"