@@ -18,7 +18,7 @@
|
||||
02111-1307 USA.
|
||||
*/
|
||||
/*
|
||||
* POSIX Standard: 9.2.1 Group Database Access <grp.h>
|
||||
* POSIX Standard: 9.2.1 Group Database Access <grp.h>
|
||||
*/
|
||||
#ifndef BB_GRP_H
|
||||
#define BB_GRP_H 1
|
||||
|
@@ -155,7 +155,7 @@
|
||||
# include <sex.h>
|
||||
#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \
|
||||
|| defined(__APPLE__)
|
||||
# include <sys/resource.h> /* rlimit */
|
||||
# include <sys/resource.h> /* rlimit */
|
||||
# include <machine/endian.h>
|
||||
# define bswap_64 __bswap64
|
||||
# define bswap_32 __bswap32
|
||||
|
@@ -18,7 +18,7 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
/*
|
||||
* POSIX Standard: 9.2.2 User Database Access <pwd.h>
|
||||
* POSIX Standard: 9.2.2 User Database Access <pwd.h>
|
||||
*/
|
||||
|
||||
#ifndef BB_PWD_H
|
||||
|
@@ -35,9 +35,9 @@ struct linux_rtc_time {
|
||||
};
|
||||
|
||||
struct linux_rtc_wkalrm {
|
||||
unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */
|
||||
unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */
|
||||
unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */
|
||||
struct linux_rtc_time time; /* time the alarm is set to */
|
||||
struct linux_rtc_time time; /* time the alarm is set to */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user