summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-09-21 17:58:07 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-09-21 17:58:07 +0000
commit425f123ed4041bc0e075fb837f8d9ee86300bb85 (patch)
tree4dbaa93d0aab6a31234447792dff77e7ae79fafa
parent2469dd60b7a4946f7e0bd132166329af045a7324 (diff)
Notes
-rw-r--r--sys/netinet/in_proto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 32515f760dd7..e5cbcefe72fe 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -30,8 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * From: @(#)in_proto.c 8.1 (Berkeley) 6/10/93
- * $Id: in_proto.c,v 1.16 1995/06/13 17:51:09 wollman Exp $
+ * @(#)in_proto.c 8.2 (Berkeley) 2/9/95
+ * $Id: in_proto.c,v 1.17 1995/06/26 16:11:51 wollman Exp $
*/
#include <sys/param.h>
@@ -73,8 +73,8 @@ void idpip_input(), nsip_ctlinput();
#endif
#ifdef TPIP
-void tpip_input(), tpip_ctlinput(), tp_ctloutput();
-int tp_init(), tp_slowtimo(), tp_drain(), tp_usrreq();
+void tpip_input(), tpip_ctlinput(), tp_init(), tp_slowtimo(), tp_drain();
+int tp_ctloutput(), tp_usrreq();
#endif
#ifdef EON