[Netadm-devel] npt/nptguid main.c,1.1.1.1,1.2
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-02-23 20:19:31
|
Update of /cvsroot/netadm/npt/nptguid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5696/nptguid 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/nptguid/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:19 -0000 1.2 *************** *** 103,107 **** for (;;) { ! if (access(SZIPC_WIBRO_TO_NPT, 0000) < 0) { if (errno == EINTR) { out("Failed to access :%s\n", strerror(errno)); --- 103,107 ---- for (;;) { ! if (access(SZIPC_OTHER_TO_NPT, 0000) < 0) { if (errno == EINTR) { out("Failed to access :%s\n", strerror(errno)); *************** *** 109,113 **** continue; } else { ! remove(SZIPC_WIBRO_TO_NPT); break; } --- 109,113 ---- continue; } else { ! remove(SZIPC_OTHER_TO_NPT); break; } |