aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pioctl.h
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1997-12-20 03:05:47 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1997-12-20 03:05:47 +0000
commitd5f81602a7cc9165800f2e15a4a1ff342cfe4d3b (patch)
treeffeb8e60f09ba1565b783c0156946e11392ab2e0 /sys/sys/pioctl.h
parentaaae485bac5a60356373ce924e405d4c792232f1 (diff)
downloadsrc-d5f81602a7cc9165800f2e15a4a1ff342cfe4d3b.tar.gz
src-d5f81602a7cc9165800f2e15a4a1ff342cfe4d3b.zip
Notes
Diffstat (limited to 'sys/sys/pioctl.h')
-rw-r--r--sys/sys/pioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h
index 0a9434fd46ca..fc4dae9efc28 100644
--- a/sys/sys/pioctl.h
+++ b/sys/sys/pioctl.h
@@ -1,7 +1,7 @@
/*
* procfs ioctl definitions.
*
- * $Id: pioctl.h,v 1.4 1997/12/13 03:13:36 sef Exp $
+ * $Id: pioctl.h,v 1.5 1997/12/15 00:29:41 sef Exp $
*/
#ifndef _SYS_PIOCTL_H
@@ -41,5 +41,5 @@ struct procfs_status {
*/
# define PF_LINGER 0x01 /* Keep stops around after last close */
-
+# define PF_ISUGID 0x02 /* Ignore UID/GID changes */
#endif