X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=idnlookup.c;h=e97f62fd51360fca9a19e3955825605833bae081;hb=ecbdf1d6919d66a9da85fad6045667f0cc0bd921;hp=39c95d75b9502f1f0fa5ee080a0fb222ba7e4682;hpb=c9d7532139d71ed4955b5da519643a64bd590089;p=icmp-dn.git diff --git a/idnlookup.c b/idnlookup.c index 39c95d7..e97f62f 100644 --- a/idnlookup.c +++ b/idnlookup.c @@ -1,5 +1,6 @@ /* * idnlookup - ICMP Domain Name lookup utility for Linux + * Should be installed SUID root, even though I don't know if it's secure yet. :-) * Copyright (C) 2005 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify @@ -272,3 +273,9 @@ int main(int argc, char **argv) return(0); } + +/* + * Local Variables: + * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c" + * End: + */