diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-14 20:47:12 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-14 20:47:12 +0200 |
| commit | 2a875d3316091c2310cf5ac4a84af4b953460a30 (patch) | |
| tree | e8a8777bae959ab9a2b7ef3cec15b562d1ee1bf3 | |
| parent | ec0a664b84fac3aec5fb17f6ae148070e190186e (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index 8e52298..d5c0e96 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -27,6 +27,8 @@ Markus Uhlin 24/06/01 Added command-line option 'l' Markus Uhlin 24/08/03 Added command-line option 'd' Markus Uhlin 24/12/04 Added command-line option 'v' + Markus Uhlin 25/10/14 Added usage of unveil() and + pledge() (OpenBSD only). */ #include "stdinclude.h" |
