Changeset 1222 in kBuild for trunk/src/kash/bltin
- Timestamp:
- Oct 8, 2007 12:24:31 AM (17 years ago)
- Location:
- trunk/src/kash/bltin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/bltin/printf.c
r1218 r1222 30 30 */ 31 31 32 #ifdef HAVE_SYS_CDEFS_H 33 #include <sys/cdefs.h> 34 #endif 35 #ifndef lint 32 #if 0 36 33 #if !defined(BUILTIN) && !defined(SHELL) 37 34 __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ 38 35 The Regents of the University of California. All rights reserved.\n"); 39 36 #endif 40 #endif41 42 37 #ifndef lint 43 #if 044 38 static char sccsid[] = "@(#)printf.c 8.2 (Berkeley) 3/22/95"; 45 39 #else 46 40 __RCSID("$NetBSD: printf.c,v 1.31 2005/03/22 23:55:46 dsl Exp $"); 41 #endif /* not lint */ 47 42 #endif 48 #endif /* not lint */49 43 50 44 #include <sys/types.h> -
trunk/src/kash/bltin/test.c
r1218 r1222 309 309 return equalf(psh, opnd1, opnd2); 310 310 default: 311 abort();311 sh_abort(psh); 312 312 /* NOTREACHED */ 313 313 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.