From 6c92e0b11998dc315af7602ab8f9f98c2f5d8095 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 16 Feb 1997 14:39:40 +0000 Subject: opendir, readdir, closedir (define NO_READDIR, if none required) minor fix in cd9660 only ufs working, all the others are on the list.... --- sys/lib/libsa/cd9660.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/lib/libsa/cd9660.h') diff --git a/sys/lib/libsa/cd9660.h b/sys/lib/libsa/cd9660.h index 6031323a380..94e9f2ed241 100644 --- a/sys/lib/libsa/cd9660.h +++ b/sys/lib/libsa/cd9660.h @@ -1,3 +1,4 @@ +/* $OpenBSD: cd9660.h,v 1.2 1997/02/16 14:39:39 mickey Exp $ */ /* $NetBSD: cd9660.h,v 1.1 1996/09/30 16:01:20 ws Exp $ */ /* @@ -39,3 +40,4 @@ int cd9660_write __P((struct open_file *f, void *buf, size_t size, size_t *resid)); off_t cd9660_seek __P((struct open_file *f, off_t offset, int where)); int cd9660_stat __P((struct open_file *f, struct stat *sb)); +int cd9660_readdir __P((struct open_file *f, char *name)); -- cgit v1.2.3