ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/sysinfo/sysinfo.cc
(Generate patch)

Comparing experimental/host/sysinfo/sysinfo.cc (file contents):
Revision 1.1 by tdb, Tue Nov 7 17:56:45 2000 UTC vs.
Revision 1.2 by tdb, Tue Nov 7 19:27:54 2000 UTC

# Line 1 | Line 1
1   #include "hostname.hh"
2   #include "load.hh"
3 + #include "environment.hh"
4  
5   int main() {
6 +    cout << "sleep test for 3 seconds" << endl;
7 +    sleep(3);
8      printHostname();
9      printLoad();
10 +    printEnv("USER");
11      return 0;
12   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines