Changeset 1214 for trunk/src/kash/show.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/show.c

    r1207 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[] = "@(#)show.c      8.3 (Berkeley) 5/4/95";
    4138#else
    4239__RCSID("$NetBSD: show.c,v 1.26 2003/11/14 10:46:13 dsl Exp $");
    43 #endif
    4440#endif /* not lint */
     41#endif
    4542
    4643#include <stdio.h>
     
    5451#include "show.h"
    5552#include "options.h"
     53#include "shinstance.h"
    5654
    5755
Note: See TracChangeset for help on using the changeset viewer.