[Netadm-devel] npt/nptadmd main.c,1.1.1.1,1.2
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-02-23 20:19:26
|
Update of /cvsroot/netadm/npt/nptadmd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5696/nptadmd Modified Files: main.c Log Message: MOD: modify name of some variable or path. because this program first was developed for wibro network or wireless. but now, i think this is mainly for lan. so modified some names Index: main.c =================================================================== RCS file: /cvsroot/netadm/npt/nptadmd/main.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.c 23 Feb 2006 19:44:33 -0000 1.1.1.1 --- main.c 23 Feb 2006 20:19:18 -0000 1.2 *************** *** 268,272 **** sys_pkg_result_t result, *pr = &result; sys_pkg_autoresult_t auto_result, *apr = &auto_result; ! wibro_ptest_tcpinfo_t wibro_tcpinfo, *ptcpinfo = &wibro_tcpinfo; while ((c = getopt (argc, argv, "dhpf")) != EOF) --- 268,272 ---- sys_pkg_result_t result, *pr = &result; sys_pkg_autoresult_t auto_result, *apr = &auto_result; ! ptest_tcpinfo_t wibro_tcpinfo, *ptcpinfo = &wibro_tcpinfo; while ((c = getopt (argc, argv, "dhpf")) != EOF) *************** *** 527,531 **** if (write ! (cli, ptcpinfo, sizeof (wibro_ptest_tcpinfo_t)) < 0) { --- 527,531 ---- if (write ! (cli, ptcpinfo, sizeof (ptest_tcpinfo_t)) < 0) { *************** *** 677,681 **** ptest (cli, ptr) int cli; ! wibro_ptest_result_t *ptr; { unsigned long addr_tmp; --- 677,681 ---- ptest (cli, ptr) int cli; ! ptest_result_t *ptr; { unsigned long addr_tmp; |