diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-09-05 17:06:51 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-09-05 17:06:51 +0000 |
| commit | a01e3379df7c510218ec793cf6f288ac4aac6487 (patch) | |
| tree | 959e14da31f6b728ead4e7600874639513bcf91a /usr.bin/netstat/netgraph.c | |
| parent | 7d224206b4faffde0e74d7f735a72c7dc2a7b809 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/netgraph.c')
| -rw-r--r-- | usr.bin/netstat/netgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index e5360633a109..845a7ccc6073 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -65,7 +65,7 @@ static int first = 1; static int csock = -1; void -netgraphprotopr(u_long off, char *name, int af __unused) +netgraphprotopr(u_long off, const char *name, int af1 __unused) { struct ngpcb *this, *next; struct ngpcb ngpcb; |
