summaryrefslogtreecommitdiff
path: root/sys/compat/common/compat_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/common/compat_dir.h')
-rw-r--r--sys/compat/common/compat_dir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/common/compat_dir.h b/sys/compat/common/compat_dir.h
index d070d578138..1fb3baba9c9 100644
--- a/sys/compat/common/compat_dir.h
+++ b/sys/compat/common/compat_dir.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat_dir.h,v 1.1 2001/01/23 05:48:04 csapuntz Exp $ */
+/* $OpenBSD: compat_dir.h,v 1.2 2002/03/14 03:16:02 millert Exp $ */
/*
* Copyright (c) 2000 Constantine Sapuntzakis
@@ -27,7 +27,7 @@
#ifdef _KERNEL
-int readdir_with_callback __P((struct file *, off_t *, u_long,
- int (*append_func) (void *, struct dirent *, off_t), void *));
+int readdir_with_callback(struct file *, off_t *, u_long,
+ int (*append_func) (void *, struct dirent *, off_t), void *);
#endif