diff options
author | rsc <devnull@localhost> | 2005-02-08 21:03:29 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-08 21:03:29 +0000 |
commit | c52410ac251198451c28ab1cab62af7262f021b3 (patch) | |
tree | ed7395cc27ad18e95150f8f5c6723bb6057b0356 /src/libauthsrv | |
parent | 80ecfd2430750a6e24d5dd480c7d9aa2385e8fda (diff) | |
download | plan9port-c52410ac251198451c28ab1cab62af7262f021b3.tar.gz plan9port-c52410ac251198451c28ab1cab62af7262f021b3.tar.bz2 plan9port-c52410ac251198451c28ab1cab62af7262f021b3.zip |
do not use auth.h
Diffstat (limited to 'src/libauthsrv')
-rw-r--r-- | src/libauthsrv/nvcsum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libauthsrv/nvcsum.c b/src/libauthsrv/nvcsum.c index 306d7f7e..da4115a6 100644 --- a/src/libauthsrv/nvcsum.c +++ b/src/libauthsrv/nvcsum.c @@ -1,6 +1,6 @@ #include <u.h> #include <libc.h> -#include <auth.h> +#include <authsrv.h> uchar nvcsum(void *vmem, int n) |