From ee5dce336597c76d674b570ed2c85041d50b6339 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 26 Sep 2008 10:35:55 +0000 Subject: libpwdgrp: make it coexist with , and . allows to get rid of hacks in libbb.h (extra declaration of setgroups - now it comes from grp.h as intended). --- include/rtc_.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rtc_.h') diff --git a/include/rtc_.h b/include/rtc_.h index 2e990581f..867edb3db 100644 --- a/include/rtc_.h +++ b/include/rtc_.h @@ -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" -- cgit v1.2.3