summaryrefslogtreecommitdiff
path: root/usr/src/cmd/csh/sh.dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/csh/sh.dir.h')
-rw-r--r--usr/src/cmd/csh/sh.dir.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/csh/sh.dir.h b/usr/src/cmd/csh/sh.dir.h
index 78ece4a533..47d705534a 100644
--- a/usr/src/cmd/csh/sh.dir.h
+++ b/usr/src/cmd/csh/sh.dir.h
@@ -12,8 +12,6 @@
* specifies the terms and conditions for redistribution.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Structure for entries in directory stack.
*/
@@ -21,6 +19,6 @@ struct directory {
struct directory *di_next; /* next in loop */
struct directory *di_prev; /* prev in loop */
unsigned short *di_count; /* refcount of processes */
- tchar *di_name; /* actual name */
+ tchar *di_name; /* actual name */
};
-struct directory *dcwd; /* the one we are in now */
+extern struct directory *dcwd; /* the one we are in now */