libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.

allows to get rid of hacks in libbb.h (extra declaration of setgroups -
 now it comes from grp.h as intended).
This commit is contained in:
Denis Vlasenko
2008-09-26 10:35:55 +00:00
parent f1980f67d3
commit ee5dce3365
6 changed files with 44 additions and 74 deletions

View File

@ -4,8 +4,8 @@
* Licensed under the GPL-2 or later.
*/
#ifndef _BB_RTC_H_
#define _BB_RTC_H_
#ifndef BB_RTC_H
#define BB_RTC_H
#include "libbb.h"