PERFORCE change 110908 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 17:22:59 PST 2006


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

Change 110908 by jb at jb_freebsd8 on 2006/12/03 01:22:43

	Reset to match OpenSolaris sources.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/strtab.h#4 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/strtab.h#4 (text) ====

@@ -54,14 +54,12 @@
 	size_t str_size;		/* total size of strings in bytes */
 } strtab_t;
 
-typedef ssize_t STRTAB_COPY_FUNC(void *, size_t, void *);
-
 extern void strtab_create(strtab_t *);
 extern void strtab_destroy(strtab_t *);
 extern size_t strtab_insert(strtab_t *, const char *);
 extern size_t strtab_size(const strtab_t *);
 extern ssize_t strtab_write(const strtab_t *,
-    STRTAB_COPY_FUNC, void *);
+    ssize_t (*)(const void *, size_t, void *), void *);
 extern void strtab_print(const strtab_t *);
 
 #ifdef	__cplusplus


More information about the p4-projects mailing list