Changeset 1214 for trunk/src/kash/exec.c


Ignore:
Timestamp:
Oct 7, 2007, 10:39:58 PM (18 years ago)
Author:
bird
Message:

some more cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/exec.c

    r1207 r1214  
    3333 */
    3434
    35 #ifdef HAVE_SYS_CDEFS_H
    36 #include <sys/cdefs.h>
    37 #endif
     35#if 0
    3836#ifndef lint
    39 #if 0
    4037static char sccsid[] = "@(#)exec.c      8.4 (Berkeley) 6/8/95";
    4138#else
    4239__RCSID("$NetBSD: exec.c,v 1.37 2003/08/07 09:05:31 agc Exp $");
    43 #endif
    4440#endif /* not lint */
     41#endif
    4542
    4643#include <sys/types.h>
    47 #include <sys/stat.h>
    48 #include <sys/wait.h>
    49 #include <unistd.h>
    50 #include <fcntl.h>
    5144#include <errno.h>
    5245#include <stdio.h>
     
    8578#include <InnoTekLIBC/backend.h>
    8679#endif
    87 
    8880#include "shinstance.h"
    8981
     
    199191            stat_pc_exec_exts(psh, cmd, &st, 0);
    200192#endif
    201 #if defined __INNOTEK_LIBC__ && defined EXEC_HASH_BANG_SCRIPT
     193#if defined(__INNOTEK_LIBC__) && defined(EXEC_HASH_BANG_SCRIPT)
    202194        __libc_Back_gfProcessHandleHashBangScripts = 0;
    203195#endif
Note: See TracChangeset for help on using the changeset viewer.