CVS commit by lunakl: update M +3 -0 popen.usage 1.13 --- kdesecurity/review/popen.usage #1.12:1.13 @@ -26,4 +26,5 @@ :dirk:Dirk Mueller :george:George Staikos +:seli:Lubos Lunak # ./arts/flow/gsl/gslglib.c:2337: /* We don't use getcwd(3) on SUNOS, because, it does a popen("pwd") @@ -274,4 +275,6 @@ # ./kdenetwork/kppp/runtests.cpp:112: FILE *output = popen(query, "r"); # ./kdenetwork/ktalkd/ktalkd/machines/answmach.cpp:181: fd = popen(command,"w"); +seli: there's no popen() anymore in CVS HEAD or KDE_3_1_BRANCH +seli: in older versions, it's not used anyway # ./kdenetwork/lanbrowsing/lisa/netmanager.cpp:340: FILE *kdeConfig=popen("kde-config --path config","r"); george: commented out