Skip to content

Commit

Permalink
updated 0.6.4 CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Jun 17, 2013
1 parent 3859170 commit 0a16d15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
20130616
0.6.4
Fixed many return codes
Large file systems fix by Filip Hajny
gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara

Expand Down
10 changes: 5 additions & 5 deletions pkg_check.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* $Id: pkg_check.c,v 1.7 2012/07/15 17:36:34 imilh Exp $ */

/*
* Copyright (c) 2009, 2010, 2011 The NetBSD Foundation, Inc.
* Copyright (c) 2009, 2010, 2011, 2012, 2013 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
Expand Down Expand Up @@ -218,11 +218,11 @@ pkg_has_conflicts(Pkglist *pimpact)
void
show_prov_req(const char *query, const char *pkgname)
{
const char *out[] = { "provided", "required" };
const char *say;
char *fullpkgname;
const char *out[] = { "provided", "required" };
const char *say;
char *fullpkgname;
Plistnumbered *plisthead;
Pkglist *plist;
Pkglist *plist;

if ((fullpkgname = unique_pkg(pkgname, REMOTE_PKG)) == NULL)
errx(EXIT_FAILURE, MSG_PKG_NOT_AVAIL, pkgname);
Expand Down

0 comments on commit 0a16d15

Please sign in to comment.