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