tdo not use auth.h - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c52410ac251198451c28ab1cab62af7262f021b3
 (DIR) parent 80ecfd2430750a6e24d5dd480c7d9aa2385e8fda
 (HTM) 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(-)
       ---
 (DIR) diff --git a/src/libauthsrv/nvcsum.c b/src/libauthsrv/nvcsum.c
       t@@ -1,6 +1,6 @@
        #include <u.h>
        #include <libc.h>
       -#include <auth.h>
       +#include <authsrv.h>
        
        uchar
        nvcsum(void *vmem, int n)