From 499d332fa1d6d9c39db99c6ddc090f2e2e459db1 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Tue, 28 Nov 2006 03:11:33 -0200 Subject: [PATCH] --- yaml --- r: 41901 b: refs/heads/master c: ee41e2dff1a0ac548f12871f4bb23fe9e69e13eb h: refs/heads/master i: 41899: 1b577c266141062a86ed6216a16bf33cabf40b58 v: v3 --- [refs] | 2 +- trunk/include/net/protocol.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e7adfe3a22a7..03f5c424e77d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a137d2065571864be0301b9ebd72ddb01060997 +refs/heads/master: ee41e2dff1a0ac548f12871f4bb23fe9e69e13eb diff --git a/trunk/include/net/protocol.h b/trunk/include/net/protocol.h index 28c4cac3f8a2..105bf12b0c79 100644 --- a/trunk/include/net/protocol.h +++ b/trunk/include/net/protocol.h @@ -71,7 +71,7 @@ struct inet_protosw { /* These two fields form the lookup key. */ unsigned short type; /* This is the 2nd argument to socket(2). */ - int protocol; /* This is the L4 protocol number. */ + unsigned short protocol; /* This is the L4 protocol number. */ struct proto *prot; const struct proto_ops *ops;