fix incorrect protocol name and number for egp
commit4b619e5c61d7d4cf344b355be8b1acb0f0795ea9
authorAndrew Kelley <superjoe30@gmail.com>
Wed, 4 May 2016 20:29:11 +0000 (4 13:29 -0700)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 May 2016 21:24:28 +0000 (4 17:24 -0400)
treebeb2a7b962c4abf37d8169fac64fc9f401d0cbb4
parent2d49c2243fbe3322961e6f0a052cc3a28acd1fe2
fix incorrect protocol name and number for egp

previously if you called getprotobyname("egp") you would get
NULL because \008 is invalid octal and so the protocol id was
interpreted as 0 and name as "8egp".
src/network/proto.c