Changeset 1214 for trunk/src/kash/error.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/error.c
r1208 r1214 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 36 #include <sys/cdefs.h> 37 #endif 35 #if 0 38 36 #ifndef lint 39 #if 040 37 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; 41 38 #else 42 39 __RCSID("$NetBSD: error.c,v 1.31 2003/08/07 09:05:30 agc Exp $"); 43 #endif44 40 #endif /* not lint */ 41 #endif 45 42 46 43 /* … … 48 45 */ 49 46 50 #include <signal.h>51 47 #include <stdlib.h> 52 #include <unistd.h>53 48 #include <errno.h> 54 49 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.