summaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-12 03:14:31 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-12 03:14:31 +0000
commiteca8a663d442468f64e21ed869817b9048ab5a7b (patch)
treea3d104511a2cb91c797ff9c5bcc6f9c70abc63ce /sys/fs
parent5c957adbf1741a33bb35cf087f7ee81de42e6ac2 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/devfs/devfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index 7c660ec0f351..38ed7f8778d1 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -159,7 +159,7 @@ struct devfs_dirent {
mode_t de_mode;
uid_t de_uid;
gid_t de_gid;
- struct label de_label;
+ struct label *de_label;
struct timespec de_atime;
struct timespec de_mtime;
struct timespec de_ctime;