PERFORCE change 125159 for review

Garrett Cooper gcooper at FreeBSD.org
Tue Aug 14 19:08:45 PDT 2007


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

Change 125159 by gcooper at 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


More information about the p4-projects mailing list