Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2007 19:36:24 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 129786 for review
Message-ID:  <200711291936.lATJaOTk097681@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129786

Change 129786 by gcooper@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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711291936.lATJaOTk097681>