summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 20:57:53 +0000
commit3e540217974c33a858d099e8b23a14382c6aaffa (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/kern/vfs_extattr.c
parent935237a66a797429103b05be92d72e3bada85e69 (diff)
downloadFreeBSD-src-3e540217974c33a858d099e8b23a14382c6aaffa.zip
FreeBSD-src-3e540217974c33a858d099e8b23a14382c6aaffa.tar.gz
Revert r210225 - turns out I was wrong; the "/*-" is not license-only
thing; it's also used to indicate that the comment should not be automatically rewrapped. Explained by: cperciva@
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index cfff70f..e7bf2d1 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -149,7 +149,7 @@ out:
return (error);
}
-/*
+/*-
* Set a named extended attribute on a file or directory
*
* Arguments: unlocked vnode "vp", attribute namespace "attrnamespace",
@@ -317,7 +317,7 @@ extattr_set_link(td, uap)
return (error);
}
-/*
+/*-
* Get a named extended attribute on a file or directory
*
* Arguments: unlocked vnode "vp", attribute namespace "attrnamespace",
@@ -638,7 +638,7 @@ extattr_delete_link(td, uap)
return(error);
}
-/*
+/*-
* Retrieve a list of extended attributes on a file or directory.
*
* Arguments: unlocked vnode "vp", attribute namespace 'attrnamespace",
OpenPOWER on IntegriCloud