]> git.ozlabs.org Git - ppp.git/commit
Fixed configure breakage in $archvariant support for Solaris
authorJames Carlson <carlsonj@workingcode.com>
Sun, 26 Jun 2005 19:34:41 +0000 (19:34 +0000)
committerJames Carlson <carlsonj@workingcode.com>
Sun, 26 Jun 2005 19:34:41 +0000 (19:34 +0000)
commitb7659bddc7e49a0d7c460e19983e7e493541b4e2
treed4d55de7fb417406ce0236ae9cfa8be1ecac5a76
parentb55be857a3034844d8396798e0dbb37c3f6c2f93
Fixed configure breakage in $archvariant support for Solaris
introduced by fix in RCS ID 1.33 -- failed to configure for WorkShop C
compiler correctly because test was changed from -f (file exists) to
"$archvariant" (variable is non-null).

Fixed ccp.c compilation warnings due to missing argument type in RCS
ID 1.48 fix.
configure
pppd/ccp.c