diff options
Diffstat (limited to 'libc/sysdeps/linux/common/quotactl.c')
-rw-r--r-- | libc/sysdeps/linux/common/quotactl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/quotactl.c b/libc/sysdeps/linux/common/quotactl.c index cb044a4e8..edd509256 100644 --- a/libc/sysdeps/linux/common/quotactl.c +++ b/libc/sysdeps/linux/common/quotactl.c @@ -12,5 +12,5 @@ #if defined __USE_BSD #include <sys/quota.h> _syscall4(int, quotactl, int, cmd, const char *, special, - int, id, caddr_t, addr); + int, id, caddr_t, addr) #endif |