PERFORCE change 129786 for review

Garrett Cooper gcooper at FreeBSD.org
Thu Nov 29 11:36:25 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129786

Change 129786 by gcooper at shiina-ibook on 2007/11/29 19:36:08

	Forgot this one in last merge (# 129785).

Affected files ...

.. //depot/projects/soc2007/revised_fbsd_pkgtools/pkg_revised/v2/contrib/libpkg/pkg_db_private.h#2 edit

Differences ...

==== //depot/projects/soc2007/revised_fbsd_pkgtools/pkg_revised/v2/contrib/libpkg/pkg_db_private.h#2 (text+ko) ====

@@ -29,7 +29,7 @@
 #define __LIBPKG_PKG_DB_PRIVATE_H__
 
 typedef int		  pkg_db_install_pkg_callback(struct pkg_db *, struct pkg *, 
-				const char *, int, int, int, pkg_db_action *);
+				const char *, int, int, int, int, pkg_db_action *);
 typedef int		  pkg_db_is_installed_callback(struct pkg_db *, struct pkg *);
 typedef struct pkg	 *pkg_db_get_package_callback(struct pkg_db *,
 				const char *);


More information about the p4-projects mailing list