diff options
author | 2015-11-22 12:10:26 +0000 | |
---|---|---|
committer | 2015-11-22 12:10:26 +0000 | |
commit | d9aa90fde99af9c50e5e235402e7bcb000497eef (patch) | |
tree | 92c156e97e019a1709095f0188b86915d585fd8a | |
parent | Don't remove the type component from the device string before passing (diff) | |
download | wireguard-openbsd-d9aa90fde99af9c50e5e235402e7bcb000497eef.tar.xz wireguard-openbsd-d9aa90fde99af9c50e5e235402e7bcb000497eef.zip |
remove unneeded prototypes
-rw-r--r-- | lib/libsndio/sio_sun.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libsndio/sio_sun.c b/lib/libsndio/sio_sun.c index 791251001b3..fd1be901fe3 100644 --- a/lib/libsndio/sio_sun.c +++ b/lib/libsndio/sio_sun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio_sun.c,v 1.22 2015/11/22 12:01:23 ratchov Exp $ */ +/* $OpenBSD: sio_sun.c,v 1.23 2015/11/22 12:10:26 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -58,8 +58,6 @@ static size_t sio_sun_write(struct sio_hdl *, const void *, size_t); static int sio_sun_nfds(struct sio_hdl *); static int sio_sun_pollfd(struct sio_hdl *, struct pollfd *, int); static int sio_sun_revents(struct sio_hdl *, struct pollfd *); -static int sio_sun_getfd(const char *, unsigned int, int); -static struct sio_hdl *sio_sun_fdopen(int, unsigned int, int); static struct sio_ops sio_sun_ops = { sio_sun_close, |