From bc9abd5ffe71847cfcfa41fe57a35998aed15235 Mon Sep 17 00:00:00 2001 From: James Benton Date: Tue, 11 Oct 2016 22:28:06 +0100 Subject: [PATCH] Remove invalid exports from nsysnet --- rpl/libnsysnet/exports.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rpl/libnsysnet/exports.h b/rpl/libnsysnet/exports.h index 2845be4..6b722f4 100644 --- a/rpl/libnsysnet/exports.h +++ b/rpl/libnsysnet/exports.h @@ -31,13 +31,3 @@ EXPORT(ntohl); EXPORT(htonl); EXPORT(ntohs); EXPORT(htons); -/* -// Those are not in nsysnet.rpl - why are they linked o.O? -EXPORT(somemopt); -EXPORT(setsocketlasterr); -EXPORT(icmp_create_handle); -EXPORT(icmp_close_handle); -EXPORT(icmp_ping); -EXPORT(icmp_cancel); -EXPORT(icmp_last_code_type); -*/