Author: sobomax Date: Sat Apr 23 07:28:32 2016 New Revision: 298505 URL: https://svnweb.freebsd.org/changeset/base/298505
Log: GC duplicate define. Modified: head/usr.bin/mkuzip/mkuz_format.h Modified: head/usr.bin/mkuzip/mkuz_format.h ============================================================================== --- head/usr.bin/mkuzip/mkuz_format.h Sat Apr 23 07:23:43 2016 (r298504) +++ head/usr.bin/mkuzip/mkuz_format.h Sat Apr 23 07:28:32 2016 (r298505) @@ -26,8 +26,6 @@ * $FreeBSD$ */ -#define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args) - DEFINE_RAW_METHOD(f_init, void *, uint32_t); DEFINE_RAW_METHOD(f_compress, struct mkuz_blk *, void *, const struct mkuz_blk *); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
