(etags_getcwd): Initialize bufsize.
* Francesco Potorti` (pot@cnuce.cnr.it) is the current maintainer.
*/
-char pot_etags_version[] = "@(#) pot revision number is 10.28";
+char pot_etags_version[] = "@(#) pot revision number is 10.29";
#ifdef MSDOS
#include <fcntl.h>
#ifdef HAVE_CONFIG_H
#include <../src/config.h>
+/* On some systems, Emacs defines static as nothing
+ for the sake of unexec. We don't want that here
+ since we don't use unexec. */
+#undef static
#endif
#include <stdio.h>
{
FILE *pipe;
char *buf;
- int bufsize;
+ int bufsize = 256;
do
{