# HG changeset patch # User bert # Date 1103068284 0 # Node ID ac60148507b64c055c2ceb1d99e52957ee75676d # Parent a04c1ba61cd8f4677654cb14da3303710b535ce6 Get rid of compilation warning with c99 diff --git a/progs/mincexpand/mincexpand.c b/progs/mincexpand/mincexpand.c --- a/progs/mincexpand/mincexpand.c +++ b/progs/mincexpand/mincexpand.c @@ -10,7 +10,10 @@ @CREATED : January 20, 1995 (Peter Neelin) @MODIFIED : * $Log: mincexpand.c,v $ - * Revision 6.2 2004-11-01 22:38:38 bert + * Revision 6.3 2004-12-14 23:51:24 bert + * Get rid of compilation warning with c99 + * + * Revision 6.2 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.1 1999/10/19 14:45:22 neelin @@ -53,9 +56,10 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexpand/mincexpand.c,v 6.2 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexpand/mincexpand.c,v 6.3 2004-12-14 23:51:24 bert Exp $"; #endif +#define _GNU_SOURCE 1 #include #include #include