hostinfo.cc (11793:ef606668d247) hostinfo.cc (12334:e0ab29a34764)
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;

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

42#include <cctype>
43#include <cerrno>
44#include <cmath>
45#include <cstdio>
46#include <cstdlib>
47#include <cstring>
48#include <string>
49
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;

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

42#include <cctype>
43#include <cerrno>
44#include <cmath>
45#include <cstdio>
46#include <cstdlib>
47#include <cstring>
48#include <string>
49
50#include "base/misc.hh"
50#include "base/logging.hh"
51#include "base/str.hh"
52#include "base/types.hh"
53
54using namespace std;
55
56string
57__get_hostname()
58{

--- 64 unchanged lines hidden ---
51#include "base/str.hh"
52#include "base/types.hh"
53
54using namespace std;
55
56string
57__get_hostname()
58{

--- 64 unchanged lines hidden ---