svn commit: r265309 - head/cddl/lib/libdtrace

Mark Johnston markj at FreeBSD.org
Sun May 4 03:37:40 UTC 2014


Author: markj
Date: Sun May  4 03:37:39 2014
New Revision: 265309
URL: http://svnweb.freebsd.org/changeset/base/265309

Log:
  Remove a duplicate definition.
  
  MFC after:	3 days

Modified:
  head/cddl/lib/libdtrace/libproc_compat.h

Modified: head/cddl/lib/libdtrace/libproc_compat.h
==============================================================================
--- head/cddl/lib/libdtrace/libproc_compat.h	Sun May  4 03:34:32 2014	(r265308)
+++ head/cddl/lib/libdtrace/libproc_compat.h	Sun May  4 03:37:39 2014	(r265309)
@@ -54,7 +54,6 @@
 #define	Psetbkpt proc_bkptset
 #define	Psetflags proc_setflags
 #define	Pstate proc_state
-#define	Pstate proc_state
 #define	Psymbol_iter_by_addr proc_iter_symbyaddr
 #define	Punsetflags proc_clearflags
 #define	Pupdate_maps(p) do { } while (0)


More information about the svn-src-head mailing list