mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $
|
|
|
|
--- rbcrack.c.orig 2006-03-02 11:41:44.000000000 -0800
|
|
+++ rbcrack.c
|
|
@@ -28,7 +28,7 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
-#include <crack.h>
|
|
+#include <cracklib/crack.h>
|
|
|
|
#include "rbcrack.h"
|
|
|