diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:45:56 +0100 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:45:56 +0100 |
commit | 08696c5fabdec8ae2b6a1a9444180fc3d874199f (patch) | |
tree | 52b72dc11cabf606979ae104755b1734ad3c8459 /ipproto.h | |
parent | 16c6af16deedfe470548e1dcc640b308ca8a576d (diff) | |
download | tcpdump-08696c5fabdec8ae2b6a1a9444180fc3d874199f.tar.gz |
ipproto.h/c: mark several structs as const
Diffstat (limited to 'ipproto.h')
-rw-r--r-- | ipproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ * $FreeBSD: src/sys/netinet/in.h,v 1.38.2.3 1999/08/29 16:29:34 peter Exp $ */ -extern struct tok ipproto_values[]; +extern const struct tok ipproto_values[]; #ifndef IPPROTO_IP #define IPPROTO_IP 0 /* dummy for IP */ |