summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-14 09:19:16 +0000
committerphk <phk@FreeBSD.org>1995-11-14 09:19:16 +0000
commitdd42080c0c0655aa2ee3c6d95c2911401d0cdd2f (patch)
tree962ba18236cfb5e9adb814c6ce639484d819c3b1 /sys/kern/vfs_extattr.c
parentf8d7b213d8f3eda722f5ac91075a97870691049b (diff)
downloadFreeBSD-src-dd42080c0c0655aa2ee3c6d95c2911401d0cdd2f.zip
FreeBSD-src-dd42080c0c0655aa2ee3c6d95c2911401d0cdd2f.tar.gz
Change some of the debug sysctl vars. The semantics of these will change.
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index e8e32e6..a2c37df 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94
- * $Id: vfs_syscalls.c,v 1.38 1995/11/12 06:43:07 bde Exp $
+ * $Id: vfs_syscalls.c,v 1.39 1995/11/13 08:22:21 bde Exp $
*/
#include <sys/param.h>
@@ -316,7 +316,7 @@ dounmount(mp, flags, p)
*/
#ifdef DIAGNOSTIC
int syncprt = 0;
-struct ctldebug debug0 = { "syncprt", &syncprt };
+SYSCTL_INT(_debug, 0, syncprt, CTLFLAG_RW, &syncprt, 0, "");
#endif
#ifndef _SYS_SYSPROTO_H_
OpenPOWER on IntegriCloud