* added x25_proto.c file Signed-off-by: Aristeu Sergio Rozanski Filho Index: net/x25/x25_proto.c =================================================================== --- net/x25/x25_proto.c (revision 0) +++ net/x25/x25_proto.c (revision 31) @@ -0,0 +1,13 @@ +/* + * X.25 Packet Layer release 002 + * + * This module: + * This module is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. + * + * History + * 2004-08-09 Aristeu S. Rozanski F. created + */ + Index: net/x25/Makefile =================================================================== --- net/x25/Makefile (revision 30) +++ net/x25/Makefile (revision 31) @@ -6,5 +6,5 @@ x25-y := af_x25.o x25_dev.o x25_facilities.o x25_in.o \ x25_link.o x25_out.o x25_route.o x25_subr.o \ - x25_timer.o x25_proc.o + x25_timer.o x25_proc.o x25_proto.o x25-$(CONFIG_SYSCTL) += sysctl_net_x25.o