[Linux-decnet-commit] CVS: dnprogs/apps sethost.c,1.10,1.11
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Christine C. <chr...@us...> - 2008-10-20 12:57:19
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14867 Modified Files: sethost.c Log Message: Fix missing */ Index: sethost.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/sethost.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** sethost.c 20 Aug 2008 12:43:58 -0000 1.10 --- sethost.c 20 Oct 2008 12:57:11 -0000 1.11 *************** *** 144,148 **** } else ! newchar = strtol(string, NULL, 0); /* Just a number /* Make sure it's reasonable */ --- 144,148 ---- } else ! newchar = strtol(string, NULL, 0); /* Just a number */ /* Make sure it's reasonable */ |