ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / oleo / cmd_funcs.patch
blob81c90d8e7f276c9af6d1ceda6beef982cbe5d270
1 --- src/io-term.c.orig 2007-09-07 12:29:59.000000000 -0700
2 +++ src/io-term.c 2007-09-07 12:33:52.000000000 -0700
3 @@ -771,6 +771,8 @@
7 +extern struct cmd_func cmd_funcs[];
9 static void
10 init_maps (void)
12 --- src/io-term.h.orig 2007-09-07 12:39:16.000000000 -0700
13 +++ src/io-term.h 2007-09-07 12:39:30.000000000 -0700
14 @@ -44,8 +44,6 @@
15 extern int default_lock;
18 -extern struct cmd_func cmd_funcs[];
20 /* When printing ascii output, this controls page width. */
21 extern int modified;