Changeset 1214 for trunk/src/kash/bltin/kill.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 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"
Note:
See TracChangeset
for help on using the changeset viewer.