Changeset 252 in Main


Ignore:
Timestamp:
Oct 4, 2024, 9:29:03 AM (6 weeks ago)
Author:
Nishi
Message:

openbsd support

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r221 r252  
    4343Linux                    Working on Debian GNU/Linux 12 (x86_64)
    4444NetBSD                   Working on NetBSD/amd64 10.0
     45OpenBSD                  Working
    4546Haiku                    Working
    4647PlayStation Portable     Working, missing module support
  • trunk/README.tmpl

    r221 r252  
    4343Linux                    Working on Debian GNU/Linux 12 (x86_64)
    4444NetBSD                   Working on NetBSD/amd64 10.0
     45OpenBSD                  Working
    4546Haiku                    Working
    4647PlayStation Portable     Working, missing module support
  • trunk/Server/version.c

    r219 r252  
    1212#elif defined(__NetBSD__)
    1313    "NetBSD"
     14#elif defined(__OpenBSD__)
     15    "OpenBSD"
    1416#elif defined(__linux__)
    1517    "Linux"
Note: See TracChangeset for help on using the changeset viewer.