From 9da93bd7c64ed38e95fe307ed3d33a73e389d6b6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 17:35:16 +0200 Subject: inet: Remove internal_function attribute --- inet/inet6_option.c | 1 - 1 file changed, 1 deletion(-) (limited to 'inet/inet6_option.c') diff --git a/inet/inet6_option.c b/inet/inet6_option.c index f6d9b5dffe..b37db47dbb 100644 --- a/inet/inet6_option.c +++ b/inet/inet6_option.c @@ -24,7 +24,6 @@ static void -internal_function add_pad (struct cmsghdr *cmsg, int len) { unsigned char *p = CMSG_DATA (cmsg) + cmsg->cmsg_len - CMSG_LEN (0); -- cgit 1.4.1