[hipl-commit] [trunk] Rev 3607: Add another required _BSD_SOURCE in i3/chord.

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 11 Feb 2010 14:03:09 +0200

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: Thu Feb 11 13:02:51 2010 +0100
Revision: 3607
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add another required _BSD_SOURCE in i3/chord.

Modified:
  M  i3/chord/join.c

=== modified file 'i3/chord/join.c'
--- i3/chord/join.c     2010-02-11 11:49:47 +0000
+++ i3/chord/join.c     2010-02-11 12:02:51 +0000
@@ -1,3 +1,7 @@
+
+/* required for h_addr member of hostent */
+#define _BSD_SOURCE
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>

Other related posts:

  • » [hipl-commit] [trunk] Rev 3607: Add another required _BSD_SOURCE in i3/chord. - Mircea Gherzan