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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user