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/bltin/kill.c

    r1213 r1214  
    3030 */
    3131
    32 #ifdef HAVE_SYS_CDEFS_H
    33 #include <sys/cdefs.h>
    34 #endif
     32#if 0
    3533#if !defined(lint) && !defined(SHELL)
    3634__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
    3735        The Regents of the University of California.  All rights reserved.\n");
    3836#endif /* not lint */
    39 
    4037#ifndef lint
    41 #if 0
    4238static char sccsid[] = "@(#)kill.c      8.4 (Berkeley) 4/28/95";
    4339#else
    4440__RCSID("$NetBSD: kill.c,v 1.23 2003/08/07 09:05:13 agc Exp $");
     41#endif /* not lint */
    4542#endif
    46 #endif /* not lint */
    4743
    4844#include <ctype.h>
     
    5147#include <stdlib.h>
    5248#include <string.h>
     49#include "shtypes.h"
    5350#include "jobs.h"
    5451#include "error.h"
Note: See TracChangeset for help on using the changeset viewer.