# | Line 13 | Line 13 | public class HostUpdateSharp | |
---|---|---|
13 | { | |
14 | public static void Main(string[] args) | |
15 | { | |
16 | < | #if !_FreeBSD_ |
16 | > | #if _FreeBSD_ |
17 | String os = "FreeBSD"; | |
18 | #else | |
19 | OperatingSystem os = Environment.OSVersion; | |
# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |