From f82409ddf98fbebc234c4db4eb1dba14a7288b68 Mon Sep 17 00:00:00 2001
From: "fredrik@DOLDA2000.COM"
 <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Date: Fri, 29 Apr 2005 18:38:56 +0000
Subject: [PATCH] Added the compile-command to the source.

git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@230 959494ce-11ee-0310-bf91-de5d638817bd
---
 icmpdnd.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/icmpdnd.c b/icmpdnd.c
index 1dfb028..339f7aa 100644
--- a/icmpdnd.c
+++ b/icmpdnd.c
@@ -279,3 +279,9 @@ int main(int argc, char **argv)
     close(s6);
     return(0);
 }
+
+/*
+ * Local Variables:
+ * compile-command: "gcc -Wall -g -o icmpdnd icmpdnd.c"
+ * End:
+ */
-- 
2.11.0