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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Sat, 05 Feb 2005 14:40:05 -0500

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.261 emacs/src/sysdep.c:1.262
*** emacs/src/sysdep.c:1.261    Wed Dec 15 21:40:41 2004
--- emacs/src/sysdep.c  Sat Feb  5 19:40:04 2005
***************
*** 1,6 ****
  /* Interfaces to system-dependent kernel and library entries.
     Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,
!      2003, 2004  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Interfaces to system-dependent kernel and library entries.
     Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,
!      2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 869,875 ****
        if (pid == -1)
        write (1, "Can't execute subshell", 22);
  #else   /* not WINDOWSNT */
!       execlp (sh, sh, 0);
        write (1, "Can't execute subshell", 22);
        _exit (1);
  #endif  /* not WINDOWSNT */
--- 869,875 ----
        if (pid == -1)
        write (1, "Can't execute subshell", 22);
  #else   /* not WINDOWSNT */
!       execlp (sh, sh, (char *) 0);
        write (1, "Can't execute subshell", 22);
        _exit (1);
  #endif  /* not WINDOWSNT */




reply via email to

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