Date: Wed, 15 Aug 2007 02:08:44 GMT From: Garrett Cooper <gcooper@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125159 for review Message-ID: <200708150208.l7F28i9N034814@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125159 Change 125159 by gcooper@optimus-revised_pkgtools on 2007/08/15 02:08:38 lib/db/*: - Add initial BDB database API items. lib/file/*: - style(7) updates. Affected files ... .. //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/db/api.c#1 add .. //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/db/api.h#1 add .. //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/file/api.c#2 edit .. //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/file/api.h#3 edit Differences ... ==== //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/file/api.c#2 (text+ko) ==== ==== //depot/projects/soc2007/revised_fbsd_pkgtools/v2/lib/file/api.h#3 (text+ko) ==== @@ -22,12 +22,12 @@ SHA256 } checksum_type_e; -int checksum_matches(const file_info_t *, const checksum_type_e); +int checksum_matches(const file_info_t *, const checksum_type_e); #define OPEN(PATH, OPEN_FLAGS) open(PATH, OPEN_FLAGS | O_DIRECT) -int Fexists(const file_info_t *, const int); -int Exists(const file_info_t *); -int Chmod(const file_info_t *, const int, const int); +int Fexists(const file_info_t *, const int); +int Exists(const file_info_t *); +int Chmod(const file_info_t *, const int, const int); #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708150208.l7F28i9N034814>