Changeset 1214 for trunk/src/kash/input.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.c
r1210 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[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; 41 38 #else 42 39 __RCSID("$NetBSD: input.c,v 1.39 2003/08/07 09:05:32 agc Exp $"); 40 #endif /* not lint */ 43 41 #endif 44 #endif /* not lint */45 42 46 43 #include <stdio.h> /* defines BUFSIZ */ 47 #include <fcntl.h>48 44 #include <errno.h> 49 #include <unistd.h>50 45 #include <stdlib.h> 51 46 #include <string.h> 52 #ifdef __sun__53 #include <iso/limits_iso.h>54 #endif55 47 56 48 /*
Note:
See TracChangeset
for help on using the changeset viewer.