diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-01 18:47:32 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-01 18:47:32 +0200 |
commit | cb4e566359c24ffd17702a64a01a676fb6ca65a1 (patch) | |
tree | d31ecf85ee9daf3d4b0c9fee1a0f9c9b3875c0bd /main/musl/0026-fix-typo-in-utmpx.h.patch | |
parent | 29a935222c0197307f2eb7da6d4e18d22341bb9d (diff) | |
download | aports-cb4e566359c24ffd17702a64a01a676fb6ca65a1.tar.bz2 aports-cb4e566359c24ffd17702a64a01a676fb6ca65a1.tar.xz |
main/musl: upgrade to 1.1.16
Diffstat (limited to 'main/musl/0026-fix-typo-in-utmpx.h.patch')
-rw-r--r-- | main/musl/0026-fix-typo-in-utmpx.h.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/main/musl/0026-fix-typo-in-utmpx.h.patch b/main/musl/0026-fix-typo-in-utmpx.h.patch deleted file mode 100644 index d9a7e6e7e4..0000000000 --- a/main/musl/0026-fix-typo-in-utmpx.h.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1fa2a32d1e2d25f493058812008face73d411b2b Mon Sep 17 00:00:00 2001 -From: Daniel Sabogal <dsabogalcc@gmail.com> -Date: Sun, 4 Sep 2016 10:42:48 -0400 -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 9e5cc955..0429014d 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.11.0 - |