shithub: riscv

Download patch

ref: 68411b98a01bbd645ac783c486aa58e8d2e6a124
parent: 1787584ad839002584e0752e4df41b6f3b70064b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Apr 12 21:06:34 EDT 2016

libc: remove unneeded #include <auth.h> for crypt() and netcrypt()

--- a/sys/src/libc/port/crypt.c
+++ b/sys/src/libc/port/crypt.c
@@ -9,7 +9,6 @@
  */
 #include <u.h>
 #include <libc.h>
-#include <auth.h>
 #include <libsec.h>
 
 /*
--- a/sys/src/libc/port/netcrypt.c
+++ b/sys/src/libc/port/netcrypt.c
@@ -1,6 +1,5 @@
 #include <u.h>
 #include <libc.h>
-#include <auth.h>
 
 int
 netcrypt(void *key, void *chal)