summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/user.h')
-rw-r--r--freebsd/sys/sys/user.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/freebsd/sys/sys/user.h b/freebsd/sys/sys/user.h
index b2338f01..cc2f4704 100644
--- a/freebsd/sys/sys/user.h
+++ b/freebsd/sys/sys/user.h
@@ -340,7 +340,6 @@ struct kinfo_ofile {
#endif
struct kinfo_file {
-#ifndef __rtems__
int kf_structsize; /* Variable size of record. */
int kf_type; /* Descriptor type. */
int kf_fd; /* Array index. */
@@ -447,9 +446,6 @@ struct kinfo_file {
uint64_t _kf_cap_spare; /* Space for future cap_rights_t. */
/* Truncated before copyout in sysctl */
char kf_path[PATH_MAX]; /* Path to file, if any. */
-#else /* __rtems__ */
- int kf_dummy;
-#endif /* __rtems__ */
};
/*