Changeset 1214 for trunk/src/kash/bltin/test.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.