Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109085715
D35665.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
772 B
Referenced Files
None
Subscribers
None
D35665.diff
View Options
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c
--- a/usr.bin/gcore/elfcore.c
+++ b/usr.bin/gcore/elfcore.c
@@ -84,18 +84,12 @@
};
#ifdef ELFCORE_COMPAT_32
-typedef struct fpreg32 elfcore_fpregset_t;
-typedef struct reg32 elfcore_gregset_t;
typedef struct prpsinfo32 elfcore_prpsinfo_t;
-typedef struct prstatus32 elfcore_prstatus_t;
typedef struct ptrace_lwpinfo32 elfcore_lwpinfo_t;
static void elf_convert_lwpinfo(struct ptrace_lwpinfo32 *pld,
struct ptrace_lwpinfo *pls);
#else
-typedef fpregset_t elfcore_fpregset_t;
-typedef gregset_t elfcore_gregset_t;
typedef prpsinfo_t elfcore_prpsinfo_t;
-typedef prstatus_t elfcore_prstatus_t;
typedef struct ptrace_lwpinfo elfcore_lwpinfo_t;
#define elf_convert_lwpinfo(d,s) *d = *s
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 2:48 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16385036
Default Alt Text
D35665.diff (772 B)
Attached To
Mode
D35665: gcore: Remove unused typedefs.
Attached
Detach File
Event Timeline
Log In to Comment