ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp.cs
(Generate patch)

Comparing HostUpdateSharp/HostUpdateSharp.cs (file contents):
Revision 83 by Douglas Thrift, 2004-03-01T16:47:47-08:00 vs.
Revision 85 by Douglas Thrift, 2004-03-01T17:04:18-08:00

# Line 13 | Line 13 | public class HostUpdateSharp
13   {
14          public static void Main(string[] args)
15          {
16 < #if !_FreeBSD_
17 <                String os = "FreeBSD";
16 > #if _uname_ = "FreeBSD 4.9-STABLE i386"
17 >                String os = "FreeBSD 4.9-STABLE i386";
18   #else
19                  OperatingSystem os = Environment.OSVersion;
20   #endif
# Line 27 | Line 27 | public class HostUpdateSharp
27                  }
28  
29                  Console.WriteLine(host);
30 +                Console.WriteLine(os);
31  
32                  HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines