diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-01 13:13:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-01 13:13:55 +0000 |
commit | 96f3922202460373f56fdb00d2c290f9dd33c369 (patch) | |
tree | 0ca8f8ca023ad59775aab724cd606b5b1d548ead /bin/ksh/sh.h | |
parent | 96fa7b7fc24771da4da9b327733f819959112200 (diff) |
this is needed too
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r-- | bin/ksh/sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h index 586f4d6ac26..58d54161813 100644 --- a/bin/ksh/sh.h +++ b/bin/ksh/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.10 1999/07/15 20:39:40 millert Exp $ */ +/* $OpenBSD: sh.h,v 1.11 2002/03/01 13:13:54 espie Exp $ */ /* * Public Domain Bourne/Korn shell @@ -384,7 +384,7 @@ EXTERN const char *safe_prompt; /* safe prompt if PS1 substitution fails */ */ typedef struct Area { - struct Block *freelist; /* free list */ + struct link *freelist; /* free list */ } Area; EXTERN Area aperm; /* permanent object space */ |