diff options
Diffstat (limited to 'bin/setfacl/setfacl.c')
-rw-r--r-- | bin/setfacl/setfacl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c index 033f9d2572ca..ef3f58b326a3 100644 --- a/bin/setfacl/setfacl.c +++ b/bin/setfacl/setfacl.c @@ -24,9 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/acl.h> #include <sys/queue.h> @@ -462,7 +459,6 @@ main(int argc, char *argv[]) break; default: usage(); - break; } argc -= optind; argv += optind; |