remove some dummy "ent" function aliases that duplicated real ones
authorRich Felker <dalias@aerifal.cx>
Wed, 4 Jun 2014 08:39:34 +0000 (04:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 Jun 2014 08:39:34 +0000 (04:39 -0400)
commit934aa1350b96461f205ad69c95e8f6f035f6b62c
tree11caf954dd28e55b514ca915ce00276c45c0176e
parent6a25313c1122629b43b990ada70af1c209f03a54
remove some dummy "ent" function aliases that duplicated real ones

the service and protocol functions are defined also in other files,
and the protocol ones are actually non-nops elsewhere, so the weak
definitions in ent.c could have prevented the strong definitions from
getting pulled in and used in some static programs.
src/network/ent.c