Author: will
Date: Tue Jan 20 22:27:45 2015
New Revision: 277448
URL: https://svnweb.freebsd.org/changeset/base/277448
Log:
Remove unused strdup() #define.
Modified:
head/sys/cddl/compat/opensolaris/sys/sunddi.h
Modified: head/sys/cddl/compat/opensolaris/sys/sunddi.h
==============================================================================
--- head/sys/cddl/compat/opensolaris/sys/sunddi.h Tue Jan 20 22:15:36
2015 (r277447)
+++ head/sys/cddl/compat/opensolaris/sys/sunddi.h Tue Jan 20 22:27:45
2015 (r277448)
@@ -35,7 +35,6 @@
#include <sys/libkern.h>
#include <sys/sysevent.h>
-#define strdup(ptr) strdup((ptr), M_SOLARIS)
#define ddi_driver_major(zfs_dip) (0)
#define ddi_copyin(from, to, size, flag)
\
(copyin((from), (to), (size)), 0)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"