Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 22:11:57 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103288 for review
Message-ID:  <200608052211.k75MBvXI057359@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103288

Change 103288 by jb@jb_freebsd2 on 2006/08/05 22:11:13

	White-space changes to new definitions not in current yet.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/ptrace.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/ptrace.h#5 (text+ko) ====

@@ -89,19 +89,19 @@
 struct ptrace_lwpinfo {
 	lwpid_t	pl_lwpid;	/* LWP described. */
 	int	pl_event;	/* Event that stopped the LWP. */
-#define	PL_EVENT_NONE	0
-#define	PL_EVENT_SIGNAL	1
+#define PL_EVENT_NONE	0
+#define PL_EVENT_SIGNAL	1
 #define PL_EVENT_SYSENTER 2
 #define PL_EVENT_SYSEXIT 3
 	int	pl_flags;	/* LWP flags. */
-#define	PL_FLAG_SA	0x01	/* M:N thread */
-#define	PL_FLAG_BOUND	0x02	/* M:N bound thread */
+#define PL_FLAG_SA	0x01	/* M:N thread */
+#define PL_FLAG_BOUND	0x02	/* M:N bound thread */
 	sigset_t	pl_sigmask;	/* LWP signal mask */
 	sigset_t	pl_siglist;	/* LWP pending signal */
 
 	union {
 		int _pl_signal;
-	}pl_data;
+	} pl_data;
 };
 
 #define pl_signal pl_data._pl_signal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608052211.k75MBvXI057359>