/[emacs]/emacs/src/sysdep.c
ViewVC logotype

Diff of /emacs/src/sysdep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.261 by jhd, Wed Dec 15 21:40:41 2004 UTC revision 1.262 by schwab, Sat Feb 5 19:40:04 2005 UTC
# Line 1  Line 1 
1  /* Interfaces to system-dependent kernel and library entries.  /* Interfaces to system-dependent kernel and library entries.
2     Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,     Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,
3       2003, 2004  Free Software Foundation, Inc.       2003, 2004, 2005  Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
6    
# Line 869  sys_subshell () Line 869  sys_subshell ()
869        if (pid == -1)        if (pid == -1)
870          write (1, "Can't execute subshell", 22);          write (1, "Can't execute subshell", 22);
871  #else   /* not WINDOWSNT */  #else   /* not WINDOWSNT */
872        execlp (sh, sh, 0);        execlp (sh, sh, (char *) 0);
873        write (1, "Can't execute subshell", 22);        write (1, "Can't execute subshell", 22);
874        _exit (1);        _exit (1);
875  #endif  /* not WINDOWSNT */  #endif  /* not WINDOWSNT */

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.262

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26