emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Thu, 12 Jun 2003 18:13:18 -0400

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.249 emacs/src/sysdep.c:1.250
*** emacs/src/sysdep.c:1.249    Sat May 24 18:04:31 2003
--- emacs/src/sysdep.c  Thu Jun 12 18:13:18 2003
***************
*** 85,99 ****
  #include <sys/stat.h>
  #include <errno.h>
  
- /* Get _POSIX_VDISABLE, if it is available.  */
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #endif
- 
- #ifdef HAVE_STDLIB_H
- #include <stdlib.h>
- #endif
- 
  #ifdef HAVE_SETPGID
  #if !defined (USG) || defined (BSD_PGRPS)
  #undef setpgrp
--- 85,90 ----
***************
*** 2845,2851 ****
  
  #endif /* POSIX_SIGNALS */
  
! #if !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED
  static char *my_sys_siglist[NSIG];
  # ifdef sys_siglist
  #  undef sys_siglist
--- 2836,2842 ----
  
  #endif /* POSIX_SIGNALS */
  
! #if !defined HAVE_STRSIGNAL && !HAVE_DECL_SYS_SIGLIST
  static char *my_sys_siglist[NSIG];
  # ifdef sys_siglist
  #  undef sys_siglist
***************
*** 2861,2867 ****
    sigfillset (&full_mask);
  #endif
  
! #if !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED
    if (! initialized)
      {
  # ifdef SIGABRT
--- 2852,2858 ----
    sigfillset (&full_mask);
  #endif
  
! #if !defined HAVE_STRSIGNAL && !HAVE_DECL_SYS_SIGLIST
    if (! initialized)
      {
  # ifdef SIGABRT
***************
*** 3021,3027 ****
        sys_siglist[SIGXFSZ] = "File size limit exceeded";
  # endif
      }
! #endif /* !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED */
  }
  
  #ifndef HAVE_RANDOM
--- 3012,3018 ----
        sys_siglist[SIGXFSZ] = "File size limit exceeded";
  # endif
      }
! #endif /* !defined HAVE_STRSIGNAL && !defined HAVE_DECL_SYS_SIGLIST */
  }
  
  #ifndef HAVE_RANDOM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]