Author: das Date: Fri Jan 20 06:59:29 2012 New Revision: 230369 URL: http://svn.freebsd.org/changeset/base/230369
Log: Remove an errant `#define dprintf printf'. It seems to be leftover debugging code that nothing depends on. (I've had this in my tree for years without issue.) Modified: head/lib/libdisk/libdisk.h Modified: head/lib/libdisk/libdisk.h ============================================================================== --- head/lib/libdisk/libdisk.h Fri Jan 20 06:57:21 2012 (r230368) +++ head/lib/libdisk/libdisk.h Fri Jan 20 06:59:29 2012 (r230369) @@ -293,8 +293,6 @@ int Fixup_Names(struct disk *); int MakeDevChunk(const struct chunk *, const char *); __END_DECLS -#define dprintf printf - /* TODO * * Need an error string mechanism from the functions instead of warn() _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"