From: Klaas Freitag Date: Wed, 2 Feb 2000 08:56:30 +0000 (+0000) Subject: Remove typo to make it compile X-Git-Tag: v1.60~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66e4a20e58508558e28f6f495cd4813d5f2b9799;p=platform%2Fupstream%2Fnet-tools.git Remove typo to make it compile --- diff --git a/lib/tr.c b/lib/tr.c index 9dfe08f..8d86aa7 100644 --- a/lib/tr.c +++ b/lib/tr.c @@ -2,7 +2,7 @@ * lib/tr.c This file contains an implementation of the "Tokenring" * support functions. * - * Version: $Id: tr.c,v 1.7 1999/12/11 12:09:24 philip Exp $ + * Version: $Id: tr.c,v 1.8 2000/02/02 08:56:30 freitag Exp $ * * Author: Fred N. van Kempen, * Copyright 1993 MicroWalt Corporation @@ -128,7 +128,7 @@ struct hwtype tr_hwtype = struct hwtype tr_hwtype1 = { "tr", NULL /* "16/4 Mbps Token Ring" */, ARPHRD_IEEE802_TR, TR_ALEN, - pr_tr, pr_str, in_tr, NULL + pr_tr, in_tr, NULL }; #endif