Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2024 02:17:07 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 85c50de4db33 - stable/14 - dtrace: Remove an unused typedef
Message-ID:  <202412030217.4B32H7lR070506@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=85c50de4db339640dda37f3e36b3677601103264

commit 85c50de4db339640dda37f3e36b3677601103264
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-11-23 01:40:53 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-12-03 01:01:58 +0000

    dtrace: Remove an unused typedef
    
    No functional change intended.
    
    MFC after:      1 week
    
    (cherry picked from commit 1905ce3a6bef5652ad36ced7df9da6d2acb96b69)
---
 sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h b/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
index cdd4cf21a2f9..45201447024e 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
+++ b/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
@@ -51,11 +51,7 @@ extern "C" {
 #include <sys/file.h>
 
 #ifndef illumos
-#ifdef __sparcv9
-typedef uint32_t		pc_t;
-#else
 typedef uintptr_t		pc_t;
-#endif
 typedef	u_long			greg_t;
 #endif
 



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