summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
committerbde <bde@FreeBSD.org>1995-12-02 18:58:56 +0000
commit3089ef081608c63c7ab47c632cfbc98efdc0e815 (patch)
tree8eec40ad47c699b4e7ca9c8c29bd2bc032d89b93 /sys/kern/uipc_mbuf.c
parentc860a459a3a5c94e0fe6643c2ec81dbd60f0d530 (diff)
downloadFreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.zip
FreeBSD-src-3089ef081608c63c7ab47c632cfbc98efdc0e815.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index b7cef67..7e10b01 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94
- * $Id: uipc_mbuf.c,v 1.13 1995/10/29 15:31:08 phk Exp $
+ * $Id: uipc_mbuf.c,v 1.14 1995/12/02 17:10:41 bde Exp $
*/
#include <sys/param.h>
@@ -626,7 +626,7 @@ m_devget(buf, totlen, off0, ifp, copy)
char *buf;
int totlen, off0;
struct ifnet *ifp;
- void (*copy)();
+ void (*copy) __P((char *from, caddr_t to, u_int len));
{
register struct mbuf *m;
struct mbuf *top = 0, **mp = &top;
OpenPOWER on IntegriCloud