Changeset 809 for trunk/src/ash/bltin


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

Solaris + cleanup.

Location:
trunk/src/ash/bltin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/bltin/kill.c

    r632 r809  
    3030 */
    3131
     32#ifndef __sun__
    3233#include <sys/cdefs.h>
     34#endif
    3335#if !defined(lint) && !defined(SHELL)
    3436__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
     
    4547
    4648#include <ctype.h>
     49#ifndef __sun__
    4750#include <err.h>
     51#endif
    4852#include <errno.h>
    4953#include <signal.h>
  • trunk/src/ash/bltin/test.c

    r632 r809  
    1111 */
    1212
     13#ifndef __sun__
    1314#include <sys/cdefs.h>
     15#endif
    1416#ifndef lint
    1517__RCSID("$NetBSD: test.c,v 1.26 2005/02/10 06:56:55 simonb Exp $");
     
    2022
    2123#include <ctype.h>
     24#ifndef __sun__
    2225#include <err.h>
     26#endif
    2327#include <errno.h>
    2428#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.