[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install / files / info

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/pkg_install/files/info/main.c between version 1.26 and 1.27

version 1.26, 2009/05/13 03:18:05 version 1.27, 2009/08/02 17:56:45
Line 50  int     Flags = 0;
Line 50  int     Flags = 0;
 enum which Which = WHICH_LIST;  enum which Which = WHICH_LIST;
 Boolean File2Pkg = FALSE;  Boolean File2Pkg = FALSE;
 Boolean Quiet = FALSE;  Boolean Quiet = FALSE;
 char   *InfoPrefix = "";  const char   *InfoPrefix = "";
 char   *BuildInfoVariable = "";  const char   *BuildInfoVariable = "";
 size_t  termwidth = 0;  size_t  termwidth = 0;
 lpkg_head_t pkgs;  lpkg_head_t pkgs;
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>