VirtualBox

Changeset 1222 in kBuild for trunk/src/kash/bltin


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

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

Location:
trunk/src/kash/bltin
Files:
2 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>
  • trunk/src/kash/bltin/test.c

    r1218 r1222  
    309309                return equalf(psh, opnd1, opnd2);
    310310        default:
    311                 abort();
     311                sh_abort(psh);
    312312                /* NOTREACHED */
    313313                return -1;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette