svn commit: r230369 - head/lib/libdisk

David Schultz das at FreeBSD.org
Fri Jan 20 06:59:30 UTC 2012


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()


More information about the svn-src-all mailing list