plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 17cfc1dd5f1cf4a6f6752d4e94e76ccee020006c
parent d82651b8fd742fb5b55190190b6bf8751cc022e6
Author: rsc <devnull@localhost>
Date:   Wed, 13 Jul 2005 03:52:48 +0000

dirbuf is an extern on sun

Diffstat:
Msrc/cmd/ls.C | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cmd/ls.C b/src/cmd/ls.C @@ -2,6 +2,8 @@ #include <libc.h> #include <bio.h> +#define dirbuf p9dirbuf /* avoid conflict on sun */ + typedef struct NDir NDir; struct NDir {