summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/fstat.h')
-rw-r--r--usr.bin/fstat/fstat.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h
index ba0337b5ff2..6e2b230261f 100644
--- a/usr.bin/fstat/fstat.h
+++ b/usr.bin/fstat/fstat.h
@@ -19,9 +19,10 @@ struct fuser {
uid_t uid;
pid_t pid;
int flags;
-#define F_ROOT 0x01 /* is procs root directory */
-#define F_CWD 0x02 /* is procs cwd */
-#define F_OPEN 0x04 /* just has it open */
+#define F_ROOT 0x01 /* is procs root directory */
+#define F_CWD 0x02 /* is procs cwd */
+#define F_OPEN 0x04 /* just has it open */
+#define F_TEXT 0x08 /* is procs executable text */
};
struct filearg {