aboutsummaryrefslogtreecommitdiff
path: root/include/rtc_.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-26 10:35:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-26 10:35:55 +0000
commitee5dce336597c76d674b570ed2c85041d50b6339 (patch)
treecd7ea0e60aff3fa129899319446dd3cce7b3ae39 /include/rtc_.h
parentf1980f67d3b005090a31b7465d219e8ca19c5736 (diff)
downloadbusybox-w32-ee5dce336597c76d674b570ed2c85041d50b6339.tar.gz
busybox-w32-ee5dce336597c76d674b570ed2c85041d50b6339.tar.bz2
busybox-w32-ee5dce336597c76d674b570ed2c85041d50b6339.zip
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).
Diffstat (limited to 'include/rtc_.h')
-rw-r--r--include/rtc_.h4
1 files changed, 2 insertions, 2 deletions
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 @@
4 * Licensed under the GPL-2 or later. 4 * Licensed under the GPL-2 or later.
5 */ 5 */
6 6
7#ifndef _BB_RTC_H_ 7#ifndef BB_RTC_H
8#define _BB_RTC_H_ 8#define BB_RTC_H
9 9
10#include "libbb.h" 10#include "libbb.h"
11 11