Revert "Fix build on Solaris"

This reverts commit e212b64823.
This commit is contained in:
Jakob Borg
2014-09-28 23:09:55 +02:00
parent e212b64823
commit 174befe729
4 changed files with 11 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
package upgrade
func upgradeTo(rel Release, extra string) error {
func upgradeTo(path string, rel Release, extra string) error {
return ErrUpgradeUnsupported
}