Module Name:    src
Committed By:   christos
Date:           Sat Jan 20 16:28:44 UTC 2024

Added Files:
        src/sys/compat/ufs/lfs: lfs_extern.h

Log Message:
add compat decls


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/ufs/lfs/lfs_extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/compat/ufs/lfs/lfs_extern.h
diff -u /dev/null src/sys/compat/ufs/lfs/lfs_extern.h:1.1
--- /dev/null	Sat Jan 20 11:28:44 2024
+++ src/sys/compat/ufs/lfs/lfs_extern.h	Sat Jan 20 11:28:43 2024
@@ -0,0 +1,13 @@
+/*	$NetBSD: lfs_extern.h,v 1.1 2024/01/20 16:28:43 christos Exp $	*/
+
+#ifndef _COMPAT_UFS_LFS_LFS_EXTERN_H_
+#define _COMPAT_UFS_LFS_LFS_EXTERN_H_
+
+__BEGIN_DECLS
+#ifndef _KERNEL
+int lfs_segwait(fsid_t *, struct timeval50 *);
+int __lfs_segwait50(fsid_t *, struct timeval *);
+#endif
+__END_DECLS
+
+#endif /* !_COMPAT_UFS_LFS_LFS_EXTERN_H_ */

Reply via email to