diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-11 01:16:10 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-11 01:16:10 +0200 |
commit | 94113dbaec206b4c15b5b03871ae3642efaf0290 (patch) | |
tree | ba1852c9a3b8234dcdfaf830066e2cb9b499b2ac /mndp.c | |
parent | 8a9a47179332700c5c270dafc6ef014417015f99 (diff) | |
download | MAC-Telnet-94113dbaec206b4c15b5b03871ae3642efaf0290.tar.gz MAC-Telnet-94113dbaec206b4c15b5b03871ae3642efaf0290.zip |
Renamed files, added license info and did some minior fixes.
Diffstat (limited to 'mndp.c')
-rw-r--r-- | mndp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include <arpa/inet.h> #include <netinet/ether.h> #include <string.h> -#include "mactelnet.h" +#include "protocol.h" #include "config.h" int main(int argc, char **argv) { |