Changeset 1214 in kBuild for trunk/src/kash/bltin
- Timestamp:
- Oct 7, 2007 8:39:58 PM (17 years ago)
- Location:
- trunk/src/kash/bltin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/bltin/kill.c
r1213 r1214 30 30 */ 31 31 32 #ifdef HAVE_SYS_CDEFS_H 33 #include <sys/cdefs.h> 34 #endif 32 #if 0 35 33 #if !defined(lint) && !defined(SHELL) 36 34 __COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ 37 35 The Regents of the University of California. All rights reserved.\n"); 38 36 #endif /* not lint */ 39 40 37 #ifndef lint 41 #if 042 38 static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; 43 39 #else 44 40 __RCSID("$NetBSD: kill.c,v 1.23 2003/08/07 09:05:13 agc Exp $"); 41 #endif /* not lint */ 45 42 #endif 46 #endif /* not lint */47 43 48 44 #include <ctype.h> … … 51 47 #include <stdlib.h> 52 48 #include <string.h> 49 #include "shtypes.h" 53 50 #include "jobs.h" 54 51 #include "error.h" -
trunk/src/kash/bltin/test.c
r1206 r1214 11 11 */ 12 12 13 #ifdef HAVE_SYS_CDEFS_H 14 #include <sys/cdefs.h> 15 #endif 13 #if 0 16 14 #ifndef lint 17 15 __RCSID("$NetBSD: test.c,v 1.26 2005/02/10 06:56:55 simonb Exp $"); 18 16 #endif 17 #endif 19 18 20 19 #include <sys/types.h> 21 22 20 #include <ctype.h> 23 21 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.