Quieten gcc.

This commit is contained in:
Peter Wemm 2001-01-31 08:27:09 +00:00
parent 2b12097485
commit 27b57c7e04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71864

View File

@ -482,6 +482,7 @@ pppioctl(sc, cmd, data, flag, p)
case PPPIOCGNPMODE:
case PPPIOCSNPMODE:
npi = (struct npioctl *) data;
npx = 0; /* XXX: quiet gcc */
switch (npi->protocol) {
case PPP_IP:
npx = NP_IP;