Changeset 1214 for trunk/src/kash/main.c


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

    r1207 r1214  
    3333 */
    3434
    35 #ifdef HAVE_SYS_CDEFS_H
    36 #include <sys/cdefs.h>
    37 #endif
     35#if 0
    3836#ifndef lint
    3937__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
     
    4240
    4341#ifndef lint
    44 #if 0
    4542static char sccsid[] = "@(#)main.c      8.7 (Berkeley) 7/19/95";
    4643#else
    4744__RCSID("$NetBSD: main.c,v 1.48 2003/09/14 12:09:29 jmmv Exp $");
    48 #endif
    4945#endif /* not lint */
     46
     47#endif
    5048
    5149#include <errno.h>
    5250#include <stdio.h>
    53 #include <signal.h>
    5451#include <sys/stat.h>
    55 #include <unistd.h>
    5652#include <locale.h>
    57 #include <fcntl.h>
    5853
    5954
     
    122117        /*
    123118         * Check for --version and --help.
    124     */
     119        */
    125120        if (argc > 1 && argv[1][0] == '-' && argv[1][1] == '-') {
    126121                if (!strcmp(argv[1], "--help"))
Note: See TracChangeset for help on using the changeset viewer.