diff options
author | June McEnroe <june@causal.agency> | 2020-08-01 00:10:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-01 00:10:58 -0400 |
commit | cbbee0458299355ccae4d9c1510cd85353b5c0cd (patch) | |
tree | a1a577b597612eb1f26aa6469eb84b6b04648822 /README.7 | |
parent | Define explicit_bzero using memset_s on macOS (diff) | |
download | pounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.tar.gz pounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.zip |
Remove compat.h
Diffstat (limited to '')
-rw-r--r-- | README.7 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/README.7 b/README.7 index 2eb4a93..a0ce567 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd July 24, 2020 +.Dd August 1, 2020 .Dt README 7 .Os "Causal Agency" . @@ -88,8 +88,6 @@ buffer between server and clients configuration parsing .It Pa dispatch.c SNI socket dispatch -.It Pa compat.h -compatibility with other systems .It Pa rc.d/ .Fx .Xr rc 8 |