Camden Dixie O'Brien e7dc81cfad Forward-declare pledge() and unveil() on OpenBSD
These are declared in unistd.h, but since _POSIX_SOURCE is defined
they are not visible. Conditionally duplicating the declarations here
seems less likely to bite me in the ass later on than making a bunch
of other BSD-specific things visible.
2022-10-14 19:14:27 +01:00
2022-10-12 15:24:21 +01:00
2022-10-14 11:24:55 +01:00

Waffle Mole

A small gopher server for POSIX systems, written in C99.

To build: make

At the moment it only serves on ::1 at port 7070.

Description
No description provided
Readme 60 KiB
Languages
C 98.5%
Makefile 1.5%