Changeset 809 for trunk/src/ash/main.c


Ignore:
Timestamp:
Jan 29, 2007, 6:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/main.c

    r638 r809  
    3333 */
    3434
     35#ifdef HAVE_SYS_CDEFS_H
    3536#include <sys/cdefs.h>
     37#endif
    3638#ifndef lint
    3739__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
     
    179181        init_syntax();
    180182    }
    181 #endif 
     183#endif
    182184        init();
    183185        setstackmark(&smark);
     
    202204        if (sflag == 0 || minusc) {
    203205                static int sigs[] =  {
    204                     SIGINT, SIGQUIT, SIGHUP, 
     206                    SIGINT, SIGQUIT, SIGHUP,
    205207#ifdef SIGTSTP
    206208                    SIGTSTP,
Note: See TracChangeset for help on using the changeset viewer.