output.cc (10412:6400a2ab4e22) | output.cc (10810:683ab55819fd) |
---|---|
1/* 2 * Copyright (c) 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; --- 18 unchanged lines hidden (view full) --- 27 * 28 * Authors: Nathan Binkert 29 * Chris Emmons 30 */ 31 32#include <sys/stat.h> 33#include <sys/types.h> 34#include <dirent.h> | 1/* 2 * Copyright (c) 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; --- 18 unchanged lines hidden (view full) --- 27 * 28 * Authors: Nathan Binkert 29 * Chris Emmons 30 */ 31 32#include <sys/stat.h> 33#include <sys/types.h> 34#include <dirent.h> |
35#include <unistd.h> |
|
35 36#include <cassert> 37#include <cerrno> 38#include <climits> 39#include <cstdlib> 40#include <fstream> 41 42#include <gzstream.hh> --- 227 unchanged lines hidden --- | 36 37#include <cassert> 38#include <cerrno> 39#include <climits> 40#include <cstdlib> 41#include <fstream> 42 43#include <gzstream.hh> --- 227 unchanged lines hidden --- |