Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 12:23:46 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13611 for review
Message-ID:  <200206291923.g5TJNkWt064434@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13611

Change 13611 by rwatson@rwatson_curry on 2002/06/29 12:22:51

	Correct spelling of m_copy_pkthdr() prototype.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mbuf.h#10 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mbuf.h#10 (text+ko) ====

@@ -482,7 +482,7 @@
 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);
-void		 m_copy_pktrhdr(struct mbuf *to, struct mbuf *from);
+void		 m_copy_pkthdr(struct mbuf *to, struct mbuf *from);
 struct	mbuf	*m_devget(char *, int, int, struct ifnet *,
 		    void (*copy)(char *, caddr_t, u_int));
 struct	mbuf	*m_dup(struct mbuf *, int);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291923.g5TJNkWt064434>