Ignore:
Timestamp:
Oct 8, 2007, 2:24:31 AM (18 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/bltin/printf.c

    r1218 r1222  
    3030 */
    3131
    32 #ifdef HAVE_SYS_CDEFS_H
    33 #include <sys/cdefs.h>
    34 #endif
    35 #ifndef lint
     32#if 0
    3633#if !defined(BUILTIN) && !defined(SHELL)
    3734__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
    3835        The Regents of the University of California.  All rights reserved.\n");
    3936#endif
    40 #endif
    41 
    4237#ifndef lint
    43 #if 0
    4438static char sccsid[] = "@(#)printf.c    8.2 (Berkeley) 3/22/95";
    4539#else
    4640__RCSID("$NetBSD: printf.c,v 1.31 2005/03/22 23:55:46 dsl Exp $");
     41#endif /* not lint */
    4742#endif
    48 #endif /* not lint */
    4943
    5044#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.