$NetBSD: patch-ba,v 1.1 2002/04/13 12:53:43 fredb Exp $

--- include/pthread/kernel.h.orig	Mon Jul 10 13:23:15 2000
+++ include/pthread/kernel.h
@@ -93,14 +93,14 @@
 int	fd_check_entry(unsigned int);
 int	fd_allocate(void);
 
+struct fd_table_entry *fd_free(int);
+
 void	fd_basic_unlock(int, int);
 void	fd_basic_basic_unlock(struct fd_table_entry *, int);
 int	fd_basic_lock(unsigned int, int, pthread_mutex_t *, struct timespec *);
 
 int	fd_lock(unsigned int, int, struct timespec *);
 void	fd_unlock(int, int);
-
-struct fd_table_entry *fd_free(int);
 
 ssize_t read_timedwait(int, void *, size_t, struct timespec *);
 int readv_timedwait(int, const struct iovec *, int, struct timespec *);
