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

    r1209 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[] = "@(#)histedit.c  8.2 (Berkeley) 5/4/95";
    4138#else
    4239__RCSID("$NetBSD: histedit.c,v 1.36 2005/05/09 11:35:19 christos Exp $");
     40#endif /* not lint */
    4341#endif
    44 #endif /* not lint */
    45 
    46 #include <sys/param.h>
    47 #ifndef __sun__
    48 #include <paths.h>
    49 #endif
     42
    5043#include <stdio.h>
    5144#include <stdlib.h>
    52 #include <unistd.h>
     45
    5346/*
    5447 * Editline and history functions (and glue).
     
    6356#include "myhistedit.h"
    6457#include "error.h"
     58
    6559#ifndef SMALL
    6660#include "eval.h"
     
    535529        return (he.num);
    536530}
    537 #else
     531#else /* SMALL */
    538532int
    539533histcmd(shinstance *psh, int argc, char **argv)
     
    550544        return -1;
    551545}
    552 #endif
     546#endif /* SMALL */
Note: See TracChangeset for help on using the changeset viewer.