~ubuntu-branches/ubuntu/trusty/openipmi/trusty-proposed

« back to all changes in this revision

Viewing changes to sample/dump_sensors.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-05-26 14:58:52 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100526145852-q08oehnlfle6j5da
Tags: 2.0.18-0ubuntu1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <stdio.h>
31
31
#include <stdlib.h>
32
32
#include <string.h>
33
 
#include <malloc.h>
34
33
#include <sys/types.h>
35
34
#include <sys/stat.h>
36
35
#include <fcntl.h>