diff options
Diffstat (limited to 'libpwdgrp/getgrgid.c')
-rw-r--r-- | libpwdgrp/getgrgid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/getgrgid.c b/libpwdgrp/getgrgid.c index 0f5ce1cac..4502e2b42 100644 --- a/libpwdgrp/getgrgid.c +++ b/libpwdgrp/getgrgid.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * getgrgid.c - This file is part of the libc-8086/grp package for ELKS, | 2 | * getgrgid.c - This file is part of the libc-8086/grp package for ELKS, |
3 | * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>. | 3 | * Copyright (C) 1995, 1996 Nat Friedman <ndf@linux.mit.edu>. |
4 | * | 4 | * |
5 | * This library is free software; you can redistribute it and/or | 5 | * This library is free software; you can redistribute it and/or |
6 | * modify it under the terms of the GNU Library General Public | 6 | * modify it under the terms of the GNU Library General Public |
7 | * License as published by the Free Software Foundation; either | 7 | * License as published by the Free Software Foundation; either |
@@ -18,7 +18,7 @@ | |||
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "busybox.h" | 21 | #include "busybox.h" |
22 | 22 | ||
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | #include <unistd.h> | 24 | #include <unistd.h> |