[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] dmraid/tools commands.c
- From: zkabelac sourceware org
- To: dm-cvs sourceware org, dm-devel redhat com
- Subject: [dm-devel] dmraid/tools commands.c
- Date: 30 May 2010 22:12:43 -0000
CVSROOT: /cvs/dm
Module name: dmraid
Changes by: zkabelac sourceware org 2010-05-30 22:12:43
Modified files:
tools : commands.c
Log message:
Check for possible _GNU_SOURCE already defined
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/tools/commands.c.diff?cvsroot=dm&r1=1.9&r2=1.10
--- dmraid/tools/commands.c 2010/03/19 13:56:49 1.9
+++ dmraid/tools/commands.c 2010/05/30 22:12:43 1.10
@@ -9,7 +9,9 @@
*/
#ifdef HAVE_GETOPTLONG
+#ifndef _GNU_SOURCE
# define _GNU_SOURCE
+#endif
# include <getopt.h>
#endif
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]