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/redir.c

    r1212 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[] = "@(#)redir.c     8.2 (Berkeley) 5/4/95";
    4138#else
    4239__RCSID("$NetBSD: redir.c,v 1.29 2004/07/08 03:57:33 christos Exp $");
     40#endif /* not lint */
    4341#endif
    44 #endif /* not lint */
    4542
    4643#include <sys/types.h>
    47 #include <sys/param.h>  /* PIPE_BUF */
    48 #include <signal.h>
     44#include <limits.h>         /* PIPE_BUF */
    4945#include <string.h>
    50 #include <fcntl.h>
    5146#include <errno.h>
    52 #include <unistd.h>
    5347#include <stdlib.h>
    5448
Note: See TracChangeset for help on using the changeset viewer.