Changeset 809 for trunk/src/ash/bltin
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (19 years ago)
- Location:
- trunk/src/ash/bltin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/bltin/kill.c
r632 r809 30 30 */ 31 31 32 #ifndef __sun__ 32 33 #include <sys/cdefs.h> 34 #endif 33 35 #if !defined(lint) && !defined(SHELL) 34 36 __COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ … … 45 47 46 48 #include <ctype.h> 49 #ifndef __sun__ 47 50 #include <err.h> 51 #endif 48 52 #include <errno.h> 49 53 #include <signal.h> -
trunk/src/ash/bltin/test.c
r632 r809 11 11 */ 12 12 13 #ifndef __sun__ 13 14 #include <sys/cdefs.h> 15 #endif 14 16 #ifndef lint 15 17 __RCSID("$NetBSD: test.c,v 1.26 2005/02/10 06:56:55 simonb Exp $"); … … 20 22 21 23 #include <ctype.h> 24 #ifndef __sun__ 22 25 #include <err.h> 26 #endif 23 27 #include <errno.h> 24 28 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.