Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 885885
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/parse.c
0
++ b/parse.c
Lines 15-21 Link Here
15
 * along with this program; if not, write to the Free Software
15
 * along with this program; if not, write to the Free Software
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 */
17
 */
18
#define _XOPEN_SOURCE
18
#define _XOPEN_SOURCE 700
19
#include <unistd.h>
19
#include <unistd.h>
20
#include <crypt.h>
20
#include <crypt.h>
21
#include <stdio.h>
21
#include <stdio.h>
22
-- a/parseldif.c
22
++ b/parseldif.c
Lines 15-21 Link Here
15
 * along with this program; if not, write to the Free Software
15
 * along with this program; if not, write to the Free Software
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 */
17
 */
18
#define _XOPEN_SOURCE
18
#define _XOPEN_SOURCE 700
19
#include <unistd.h>
19
#include <unistd.h>
20
#include <stdio.h>
20
#include <stdio.h>
21
#include "common.h"
21
#include "common.h"

Return to bug 885885