Changeset 1214 for trunk/src/kash/exec.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/exec.c
r1207 r1214 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 36 #include <sys/cdefs.h> 37 #endif 35 #if 0 38 36 #ifndef lint 39 #if 040 37 static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95"; 41 38 #else 42 39 __RCSID("$NetBSD: exec.c,v 1.37 2003/08/07 09:05:31 agc Exp $"); 43 #endif44 40 #endif /* not lint */ 41 #endif 45 42 46 43 #include <sys/types.h> 47 #include <sys/stat.h>48 #include <sys/wait.h>49 #include <unistd.h>50 #include <fcntl.h>51 44 #include <errno.h> 52 45 #include <stdio.h> … … 85 78 #include <InnoTekLIBC/backend.h> 86 79 #endif 87 88 80 #include "shinstance.h" 89 81 … … 199 191 stat_pc_exec_exts(psh, cmd, &st, 0); 200 192 #endif 201 #if defined __INNOTEK_LIBC__ && defined EXEC_HASH_BANG_SCRIPT193 #if defined(__INNOTEK_LIBC__) && defined(EXEC_HASH_BANG_SCRIPT) 202 194 __libc_Back_gfProcessHandleHashBangScripts = 0; 203 195 #endif
Note:
See TracChangeset
for help on using the changeset viewer.