Now 'ls' against directory works fine.
Tested on LUNA-88K2 and nono emulator by me.
-/* $OpenBSD: conf.c,v 1.4 2020/12/09 18:10:19 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2023/02/11 04:35:34 aoyama Exp $ */
/* $NetBSD: conf.c,v 1.3 2013/01/16 15:46:20 tsutsui Exp $ */
/*
__CONCAT(fs,_read), \
__CONCAT(fs,_write), \
__CONCAT(fs,_seek), \
- __CONCAT(fs,_stat) }
+ __CONCAT(fs,_stat), \
+ __CONCAT(fs,_readdir) }
#ifdef SUPPORT_DISK
struct fs_ops file_system_disk[] = {
FS_OPS(ufs),