diff options
author | 2002-03-01 13:13:54 +0000 | |
---|---|---|
committer | 2002-03-01 13:13:54 +0000 | |
commit | b57c16d2180b785d706f0716dd2158c7e2b9fe27 (patch) | |
tree | f3a4f4a86354fcab439d1536fa0fc3e1f8350a23 | |
parent | undo the 'delay hostname lookup' change (diff) | |
download | wireguard-openbsd-b57c16d2180b785d706f0716dd2158c7e2b9fe27.tar.xz wireguard-openbsd-b57c16d2180b785d706f0716dd2158c7e2b9fe27.zip |
this is needed too
-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 */ |