[hipl-commit] [trunk] Rev 3618: fixed compile issue with new posix-conform settings

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 12 Feb 2010 15:09:58 +0200

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: Fri Feb 12 14:09:10 2010 +0100
Revision: 3618
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  fixed compile issue with new posix-conform settings
  
  getpwent_r requires _BSD_SOURCE

Modified:
  M  lib/core/hip_capability.c

=== modified file 'lib/core/hip_capability.c'
--- lib/core/hip_capability.c   2010-02-10 23:55:24 +0000
+++ lib/core/hip_capability.c   2010-02-12 13:09:10 +0000
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE
+
 #ifdef HAVE_CONFIG_H
   #include "config.h"
 #endif /* HAVE_CONFIG_H */

Other related posts:

  • » [hipl-commit] [trunk] Rev 3618: fixed compile issue with new posix-conform settings - Rene Hummen