openwrt/package
Hauke Mehrtens 14c59a147c rbcfg: Add missing mode to open call
When open() is called with O_CREAT a 3. parameter has to be given with
the file system permissions of the new file.

Not giving this is an error, which results in a compile error with glibc.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
In file included from /include/fcntl.h:329,
                 from main.c:18:
In function 'open',
    inlined from 'rbcfg_update' at main.c:501:7:
/include/bits/fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
    __open_missing_mode ();
    ^~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-18 21:06:45 +02:00
..
base-files base-files: don't ship local build key when on buildbot 2020-04-12 20:35:00 +01:00
boot rbcfg: Add missing mode to open call 2020-04-18 21:06:45 +02:00
devel binutils: add ALTERNATIVES for strings (FS#3001) 2020-04-18 10:44:30 +02:00
firmware cypress-firmware: update to v5.4.18-2020_0402 2020-04-13 10:14:48 +02:00
kernel mac80211: make sure existing iface belongs to correct (fullmac) phy 2020-04-17 13:31:58 +01:00
libs mbedtls: update to 2.16.6 2020-04-17 23:43:01 +02:00
network openvpn: update to 2.4.9 2020-04-18 20:34:08 +02:00
system procd: jail fixes and improvements 2020-04-14 16:16:06 +01:00
utils upgs: Remove extra _DEFAULT_SOURCE definition 2020-04-18 21:06:45 +02:00
Makefile