VirtualBox

Changeset 1214 in kBuild for trunk/src/kash/bltin


Ignore:
Timestamp:
Oct 7, 2007 8:39:58 PM (17 years ago)
Author:
bird
Message:

some more cleanup.

Location:
trunk/src/kash/bltin
Files:
2 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"
  • trunk/src/kash/bltin/test.c

    r1206 r1214  
    1111 */
    1212
    13 #ifdef HAVE_SYS_CDEFS_H
    14 #include <sys/cdefs.h>
    15 #endif
     13#if 0
    1614#ifndef lint
    1715__RCSID("$NetBSD: test.c,v 1.26 2005/02/10 06:56:55 simonb Exp $");
    1816#endif
     17#endif
    1918
    2019#include <sys/types.h>
    21 
    2220#include <ctype.h>
    2321#include <errno.h>
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