diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index a0c8407..ade8b1b 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -189,9 +189,11 @@ }; #+END_SRC - Where =authdata=, =authopts=, and =rmfiles= are defined as + Where =MAXSPOOLSIZE=, =authdata=, =authopts=, and =rmfiles= are defined as #+BEGIN_SRC c + #define MAXSPOOLSIZE (8*1024) /* Spool up to 8K of back info */ + struct rmfiles { struct rmfiles *next; char *file; |