diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 17:35:16 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 18:52:00 +0200 |
commit | 9da93bd7c64ed38e95fe307ed3d33a73e389d6b6 (patch) | |
tree | d18b30e58bbfbd1f9ec1e0353fcb9b72bc82569d /inet/rcmd.c | |
parent | c0c49d60cfeff3b2aa801d6598143a073989654a (diff) | |
download | glibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.tar.gz glibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.tar.xz glibc-9da93bd7c64ed38e95fe307ed3d33a73e389d6b6.zip |
inet: Remove internal_function attribute
Diffstat (limited to 'inet/rcmd.c')
-rw-r--r-- | inet/rcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inet/rcmd.c b/inet/rcmd.c index 976894c2c5..8a9616f847 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -646,7 +646,6 @@ __ivaliduser (FILE *hostf, uint32_t raddr, const char *luser, /* Returns 1 on positive match, 0 on no match, -1 on negative match. */ static int -internal_function __checkhost_sa (struct sockaddr *ra, size_t ralen, char *lhost, const char *rhost) { @@ -700,7 +699,6 @@ __checkhost_sa (struct sockaddr *ra, size_t ralen, char *lhost, /* Returns 1 on positive match, 0 on no match, -1 on negative match. */ static int -internal_function __icheckuser (const char *luser, const char *ruser) { /* |