aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/setgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/setgroups.c')
-rw-r--r--libpwdgrp/setgroups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/setgroups.c b/libpwdgrp/setgroups.c
index 449e811dc..15a16f4e6 100644
--- a/libpwdgrp/setgroups.c
+++ b/libpwdgrp/setgroups.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Taken from the set of syscalls for uClibc 3 * Taken from the set of syscalls for uClibc
4 * 4 *
5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify it 7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU Library General Public License as published by 8 * under the terms of the GNU Library General Public License as published by
@@ -20,7 +20,7 @@
20 * 20 *
21 */ 21 */
22 22
23#include "busybox.h" 23#include "busybox.h"
24 24
25#include <errno.h> 25#include <errno.h>
26#include <unistd.h> 26#include <unistd.h>