aboutsummaryrefslogtreecommitdiff
path: root/src/libauthsrv
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-08 21:03:29 +0000
committerrsc <devnull@localhost>2005-02-08 21:03:29 +0000
commitc52410ac251198451c28ab1cab62af7262f021b3 (patch)
treeed7395cc27ad18e95150f8f5c6723bb6057b0356 /src/libauthsrv
parent80ecfd2430750a6e24d5dd480c7d9aa2385e8fda (diff)
downloadplan9port-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.c2
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)