|
Message-Id: <20160904144248.9208-2-dsabogalcc@gmail.com> Date: Sun, 4 Sep 2016 10:42:48 -0400 From: Daniel Sabogal <dsabogalcc@...il.com> To: musl@...ts.openwall.com Subject: [PATCH] fix typo in utmpx.h --- include/utmpx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utmpx.h b/include/utmpx.h index 9e5cc95..0429014 100644 --- a/include/utmpx.h +++ b/include/utmpx.h @@ -38,7 +38,7 @@ struct utmpx *getutxline(const struct utmpx *); struct utmpx *pututxline(const struct utmpx *); void setutxent(void); -#if defined(_BSD_SOURCE) | defined(_GNU_SOURCE) +#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE) #define e_exit __e_exit #define e_termination __e_termination void updwtmpx(const char *, const struct utmpx *); -- 2.10.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.