VirtualBox

Changeset 1226 in kBuild for trunk/src/kash


Ignore:
Timestamp:
Oct 8, 2007 1:46:07 AM (17 years ago)
Author:
bird
Message:

removed all the fake header files on windows.

Location:
trunk/src/kash
Files:
1 deleted
5 edited

Legend:

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

    r1224 r1226  
    4646#ifdef HAVE_SYSCTL_H
    4747# include <sys/sysctl.h>
    48 #endif
    49 #ifdef _MSC_VER
    50 # include "getopt.h"
    5148#endif
    5249
  • trunk/src/kash/expand.c

    r1222 r1226  
    4242
    4343#include <sys/types.h>
    44 #include <sys/time.h>
    4544#include <errno.h>
    4645#include <stdlib.h>
  • trunk/src/kash/jobs.c

    r1222 r1226  
    4747
    4848#include "shell.h"
    49 #if JOBS
     49#if JOBS && !defined(_MSC_VER)
    5050# include <termios.h>
    5151#endif
  • trunk/src/kash/shell.h

    r1218 r1226  
    5353#define ___shell_h
    5454
    55 #include <sys/param.h>
     55#ifndef _MSC_VER
     56# include <sys/param.h>
     57#endif
    5658
    5759#define JOBS 1
  • trunk/src/kash/var.c

    r1222 r1226  
    4343#include <stddef.h>
    4444#include <stdlib.h>
    45 #include <strings.h>
     45#include <string.h>
    4646
    4747#ifdef PC_OS2_LIBPATHS
     
    577577                        continue;
    578578                }
    579                 q = index(p, '\'');
     579                q = strchr(p, '\'');
    580580                if (!q) {
    581581                        out1fmt(psh, "'%s'", p );
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette