Changeset 385 in Main for trunk


Ignore:
Timestamp:
Oct 17, 2024, 7:33:12 PM (4 weeks ago)
Author:
Nishi
Message:

bsd/os is supported

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r372 r385  
    4343NetBSD                   Working on NetBSD/amd64 10.0
    4444OpenBSD                  Working
     45BSD/OS                   Working
    4546Haiku                    Working
    4647Minix                    Working
  • trunk/README.tmpl

    r372 r385  
    4343NetBSD                   Working on NetBSD/amd64 10.0
    4444OpenBSD                  Working
     45BSD/OS                   Working
    4546Haiku                    Working
    4647Minix                    Working
  • trunk/Server/version.c

    r359 r385  
    1414#elif defined(__OpenBSD__)
    1515    "OpenBSD"
     16#elif defined(__bsdi__)
     17    "BSD/OS"
    1618#elif defined(__linux__)
    1719    "Linux"
Note: See TracChangeset for help on using the changeset viewer.