QTfrontend/ui/widget/feedbackdialog.cpp
changeset 8386 2aaa2995a32e
parent 8385 9e8924ff9813
child 8389 6d65ed1f832c
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Mon Jan 14 21:17:42 2013 +0400
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Mon Jan 14 21:37:04 2013 +0400
@@ -252,11 +252,12 @@
 #ifdef Q_WS_X11
     number_of_cores += QString::number(sysconf(_SC_NPROCESSORS_ONLN)) + "\n";
     long pages = sysconf(_SC_PHYS_PAGES),
+/*
 #ifndef Q_OS_FREEBSD
          available_pages = sysconf(_SC_AVPHYS_PAGES),
 #else
          available_pages = 0,
-#endif
+#endif*/
          page_size = sysconf(_SC_PAGE_SIZE);
     total_ram += QString::number(pages * page_size) + "\n";
     os_version += "GNU/Linux or BSD\n";
@@ -479,4 +480,4 @@
     header.setRawHeader("Content-Length", QString::number(body.size()).toAscii());
     
     nam->post(header, body);
-}
\ No newline at end of file
+}