aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-02-10 12:27:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-02-10 12:27:58 +0000
commit44dc16a986d1268277eaa89da6e58c144ab923e0 (patch)
tree1c7397e013635bda4b672a1b9708b854b4ca1d29 /sys/sys/file.h
parentb1cb412630b96c952d2fb0a138c7009958b6fa0a (diff)
downloadsrc-44dc16a986d1268277eaa89da6e58c144ab923e0.tar.gz
src-44dc16a986d1268277eaa89da6e58c144ab923e0.zip
Make some file/filedesc related functions static
Notes
Notes: svn path=/head/; revision=141636
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index febbf4d9d279..ca6f6e838381 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -174,7 +174,6 @@ int fget(struct thread *td, int fd, struct file **fpp);
int fget_read(struct thread *td, int fd, struct file **fpp);
int fget_write(struct thread *td, int fd, struct file **fpp);
int fdrop(struct file *fp, struct thread *td);
-int fdrop_locked(struct file *fp, struct thread *td);
/*
* The socket operations are used a couple of places.