summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_size.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/posix1e/acl_size.c')
-rw-r--r--lib/libc/posix1e/acl_size.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_size.c b/lib/libc/posix1e/acl_size.c
index 78ffff1..0d972ef 100644
--- a/lib/libc/posix1e/acl_size.c
+++ b/lib/libc/posix1e/acl_size.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Chris D. Faulhaber
+ * Copyright (c) 2001-2002 Chris D. Faulhaber
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -38,5 +38,5 @@ acl_size(acl_t acl)
{
errno = ENOSYS;
- return -1;
+ return (-1);
}
OpenPOWER on IntegriCloud