patch-ah 287 B

1234567891011121314
  1. $NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $
  2. --- path.c.orig 2006-01-12 00:44:46.000000000 +0000
  3. +++ path.c
  4. @@ -18,8 +18,6 @@
  5. #endif
  6. #include <errno.h>
  7. -extern int errno;
  8. -
  9. static unsigned int NumPaths = 0;
  10. static unsigned int NumExts = 0;
  11. static char *Paths[BUFSIZ];