]> git.saurik.com Git - apt-legacy.git/blobdiff - methods/rsh.cc
Added some graphics libraries, handled a few requests, fixed bus error on apt close...
[apt-legacy.git] / methods / rsh.cc
index 73674f5bf8f94d1981c872236c44c208cff82bf4..f0ccfc42d2890513c0b5048943915da75afcc184 100644 (file)
@@ -509,11 +509,7 @@ bool RSHMethod::Fetch(FetchItem *Itm)
 }
                                                                        /*}}}*/
 
-int main_(int argc, const char *argv[]);
-int main(int argc, const char *argv[]) {
-_exit(main_(argc, argv));
-}
-int main_(int argc,const  char *argv[])
+int main(int argc, const char *argv[])
 {
    setlocale(LC_ALL, "");