X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffpending.m4;h=8f5856243170c34ce2d6cfbba5144e7228414dd3;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=fdd2f2a4aa0fbead26dac536b8ddd5d280cbfad8;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/m4/fpending.m4 b/m4/fpending.m4 index fdd2f2a4a..8f5856243 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 @@ -1,6 +1,6 @@ -# serial 17 +# serial 19 -# Copyright (C) 2000-2001, 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2000-2001, 2004-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -61,6 +61,9 @@ AC_DEFUN([gl_PREREQ_FPENDING], '# Minix' \ 'fp->_ptr - fp->_buf' \ \ + '# Plan9' \ + 'fp->wp - fp->buf' \ + \ '# VMS' \ '(*fp)->_ptr - (*fp)->_base' \ \ @@ -83,5 +86,5 @@ AC_DEFUN([gl_PREREQ_FPENDING], ) AC_DEFINE_UNQUOTED([PENDING_OUTPUT_N_BYTES], $ac_cv_sys_pending_output_n_bytes, - [the number of pending output bytes on stream `fp']) + [the number of pending output bytes on stream 'fp']) ])