Changeset 1214 for trunk/src/kash/var.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/var.c
r1209 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[] = "@(#)var.c 8.3 (Berkeley) 5/4/95"; 41 38 #else 42 39 __RCSID("$NetBSD: var.c,v 1.36 2004/10/06 10:23:43 enami Exp $"); 43 #endif44 40 #endif /* not lint */ 45 46 #include <unistd.h> 41 #endif 42 47 43 #include <stddef.h> 48 44 #include <stdlib.h> 49 45 #include <strings.h> 50 #ifndef __sun__51 #include <paths.h>52 #else53 #define _PATH_DEFPATH "/usr/bin:/usr/sbin"54 #include <iso/limits_iso.h>55 #endif56 46 57 47 #ifdef PC_OS2_LIBPATHS … … 100 90 #include "show.h" 101 91 #ifndef SMALL 102 # include "myhistedit.h"92 # include "myhistedit.h" 103 93 #endif 104 94 #include "shinstance.h"
Note:
See TracChangeset
for help on using the changeset viewer.