Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / filesystems / glusterfs / patches / patch-argp-standalone_argp-fmtstream.c
blobca97b5b0ce0b9ccec4bc54302fc989459c15b820
1 $NetBSD$
3 --- argp-standalone/argp-fmtstream.c.orig 2012-10-11 17:38:19.000000000 +0000
4 +++ argp-standalone/argp-fmtstream.c
5 @@ -389,6 +389,7 @@ __argp_fmtstream_printf (struct argp_fmt
6 weak_alias (__argp_fmtstream_printf, argp_fmtstream_printf)
7 #endif
9 +#if __STDC_VERSION__ - 199900L < 1
10 /* Duplicate the inline definitions in argp-fmtstream.h, for compilers
11 * that don't do inlining. */
12 size_t
13 @@ -471,5 +472,6 @@ __argp_fmtstream_point (argp_fmtstream_t
14 __argp_fmtstream_update (__fs);
15 return __fs->point_col >= 0 ? __fs->point_col : 0;
17 +#endif
19 #endif /* !ARGP_FMTSTREAM_USE_LINEWRAP */