commit c52410ac251198451c28ab1cab62af7262f021b3 parent 80ecfd2430750a6e24d5dd480c7d9aa2385e8fda Author: rsc <devnull@localhost> Date: Tue, 8 Feb 2005 21:03:29 +0000 do not use auth.h Diffstat:
M | src/libauthsrv/nvcsum.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)