Changeset 1214 for trunk/src/kash/var.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/var.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[] = "@(#)var.c       8.3 (Berkeley) 5/4/95";
    4138#else
    4239__RCSID("$NetBSD: var.c,v 1.36 2004/10/06 10:23:43 enami Exp $");
    43 #endif
    4440#endif /* not lint */
    45 
    46 #include <unistd.h>
     41#endif
     42
    4743#include <stddef.h>
    4844#include <stdlib.h>
    4945#include <strings.h>
    50 #ifndef __sun__
    51 #include <paths.h>
    52 #else
    53 #define _PATH_DEFPATH        "/usr/bin:/usr/sbin"
    54 #include <iso/limits_iso.h>
    55 #endif
    5646
    5747#ifdef PC_OS2_LIBPATHS
     
    10090#include "show.h"
    10191#ifndef SMALL
    102 #include "myhistedit.h"
     92# include "myhistedit.h"
    10393#endif
    10494#include "shinstance.h"
Note: See TracChangeset for help on using the changeset viewer.