emacs-20.7.patch 288 B

12345678910111213
  1. --- src/emacs.c.orig Wed May 24 15:58:54 2000
  2. +++ src/emacs.c Fri Oct 19 09:42:22 2001
  3. @@ -602,7 +602,9 @@
  4. char stack_bottom_variable;
  5. int skip_args = 0;
  6. extern int errno;
  7. +#ifndef __FreeBSD__
  8. extern int sys_nerr;
  9. +#endif
  10. #ifdef HAVE_SETRLIMIT
  11. struct rlimit rlim;
  12. #endif