Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Sun Oct 4 15:05:11 2009 UTC (3 years, 8 months ago) by cjg
File size: 950 byte(s)
pseries utils initial commit
1 diff -ruN lsvpd-1.6.5-orig/Makefile.am lsvpd-1.6.5/Makefile.am
2 --- lsvpd-1.6.5-orig/Makefile.am 2009-05-15 12:17:48.000000000 +0000
3 +++ lsvpd-1.6.5/Makefile.am 2009-05-15 12:18:04.000000000 +0000
4 @@ -40,7 +40,7 @@
5 lsmcode_SOURCES = src/output/lsmcode.cpp \
6 $(update_h_files)
7
8 -vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils
9 +vpdupdate_LDADD = -L. -lz -lstdc++ -lvpd_cxx -lsgutils2
10 vpdupdate_LDFLAGS = -Wall
11 lsvpd_LDADD = -L. -lz -lstdc++ -lvpd_cxx
12 lsvpd_LDFLAGS = -Wall
13 diff -ruN lsvpd-1.6.5-orig/src/internal/sys_interface/devicetreecollector.cpp lsvpd-1.6.5/src/internal/sys_interface/devicetreecollector.cpp
14 --- lsvpd-1.6.5-orig/src/internal/sys_interface/devicetreecollector.cpp 2009-05-15 12:17:48.000000000 +0000
15 +++ lsvpd-1.6.5/src/internal/sys_interface/devicetreecollector.cpp 2009-05-15 12:18:30.000000000 +0000
16 @@ -52,6 +52,8 @@
17 #include <fstream>
18 #endif
19
20 +#include <cstdlib>
21 +
22 using namespace std;
23
24 namespace lsvpd