diff options
author | kolla <kolla> | 2009-07-22 13:39:21 +0000 |
---|---|---|
committer | kolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-07-22 13:39:21 +0000 |
commit | 77656e60759e8a710b8cafbd0b35ac1bf344b610 (patch) | |
tree | 53f38489be53cc2b1501c8782af643f9fdf878aa /hostport.c | |
parent | c70699706ed9e28d621676737ee5b83a2b90f528 (diff) |
Contribution acknowledgements
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@507 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'hostport.c')
-rw-r--r-- | hostport.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ * copyright notice and this permission notice appear in all copies. */ +/* Code contributions from: + * + * Simon Leinen <simon.leinen@switch.ch> + */ + #include <stdlib.h> #include <unistd.h> #include <string.h> |