diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-08-19 04:35:28 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-08-19 04:35:28 +0000 |
| commit | aad8d9883337ed3082f650a31873cefd70af2664 (patch) | |
| tree | 9bdbe145414eff365fc9df4d97e61f2e584fa1a8 | |
| parent | a8cfc0ee40bf8c504a25b64bc7ddbc7a726a56ec (diff) | |
Notes
| -rw-r--r-- | sys/sys/mbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index d0eed398571d..e44bf4b05c87 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -434,7 +434,7 @@ void m_clget(struct mbuf *, int); void m_extadd(struct mbuf *, caddr_t, u_int, void (*free)(caddr_t, void *), void *, short, int); void m_copyback(struct mbuf *, int, int, caddr_t); -void m_copydata(struct mbuf *, int, int, caddr_t); +void m_copydata(const struct mbuf *, int, int, caddr_t); struct mbuf *m_copym(struct mbuf *, int, int, int); struct mbuf *m_copypacket(struct mbuf *, int); struct mbuf *m_devget(char *, int, int, struct ifnet *, |
