From 6709ade2bde563f31e8d28a27c473fe626216e5d Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 20 Jul 2020 16:41:49 +0200 Subject: merd: Rename to PASST Plug A Simple Socket Transport. Signed-off-by: Stefano Brivio --- dhcp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dhcp.c') diff --git a/dhcp.c b/dhcp.c index 4be3615..44a7cfe 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1,6 +1,6 @@ -/* MERD - MacVTap Egress and Routing Daemon +/* PASST - Plug A Simple Socket Transport * - * dhcp.c - Minimalistic DHCP server for MERD + * dhcp.c - Minimalistic DHCP server for PASST * * Author: Stefano Brivio * License: GPLv2 @@ -18,7 +18,7 @@ #include #include -#include "merd.h" +#include "passt.h" #include "dhcp.h" #include "util.h" -- cgit v1.2.3