hostinfo.cc (2665:a124942bacb8) hostinfo.cc (3918:1f9a98d198e8)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 19 unchanged lines hidden (view full) ---

28 * Authors: Nathan Binkert
29 */
30
31#include <ctype.h>
32#include <errno.h>
33#include <math.h>
34#include <unistd.h>
35
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 19 unchanged lines hidden (view full) ---

28 * Authors: Nathan Binkert
29 */
30
31#include <ctype.h>
32#include <errno.h>
33#include <math.h>
34#include <unistd.h>
35
36#include <stdio.h>
36#include <cstdlib>
37#include <cstring>
38#include <string>
39
40#include "base/misc.hh"
41#include "sim/host.hh"
42
43using namespace std;

--- 44 unchanged lines hidden ---
37#include <cstdlib>
38#include <cstring>
39#include <string>
40
41#include "base/misc.hh"
42#include "sim/host.hh"
43
44using namespace std;

--- 44 unchanged lines hidden ---