bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fixing open call in write-catalog.c: address@hidden


From: Philipp Thomas
Subject: Fixing open call in write-catalog.c: address@hidden
Date: Mon, 3 Dec 2007 15:06:39 +0100
User-agent: Mutt/1.5.16 (2007-06-09)

The next version of glibc will be pickier and rejects the call to open in
msgdomain_list_print:

   inlined from 'msgdomain_list_print' at write-catalog.c:223: 
        /usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' 
declared with attribute error: 
        open with O_CREAT in second argument needs 3 arguments

What mode should I pass in order to fix this?:

Philipp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]