aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-17 02:42:34 +0000
committerBill Nottingham <notting@redhat.com>2004-03-17 02:42:34 +0000
commit9262352718c703c976eb4a94b0783dd18815a80c (patch)
treeaf2b08a0ef2dbfbf4b25de5307b5e1133b30fe91 /src
parent21031db783b5059b441a096fad1e4348b96fbca7 (diff)
downloadinitscripts-9262352718c703c976eb4a94b0783dd18815a80c.tar
initscripts-9262352718c703c976eb4a94b0783dd18815a80c.tar.gz
initscripts-9262352718c703c976eb4a94b0783dd18815a80c.tar.bz2
initscripts-9262352718c703c976eb4a94b0783dd18815a80c.tar.xz
initscripts-9262352718c703c976eb4a94b0783dd18815a80c.zip
fix some of the MACADDR/HWADDR conflicts (#110427)
Diffstat (limited to 'src')
-rw-r--r--src/redhat-support-check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redhat-support-check.c b/src/redhat-support-check.c
index 280cebc1..6d97ca2e 100644
--- a/src/redhat-support-check.c
+++ b/src/redhat-support-check.c
@@ -118,6 +118,7 @@ int main(int argc, char **argv) {
int cpus;
int rc = 0;
+ printf ("%d\n",get_memory());
setlocale(LC_ALL, "");
bindtextdomain("redhat-support-check", "/usr/share/locale");
textdomain("redhat-support-check");