mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 07:47:12 -04:00
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
$NetBSD: patch-ab,v 1.1 2005/06/30 16:31:47 tv Exp $
|
|
|
|
--- include/settings.h.orig 2005-06-30 12:22:44.000000000 -0400
|
|
+++ include/settings.h
|
|
@@ -52,7 +52,7 @@
|
|
#define MINOR_LEVEL(minor) ((uint32_t)(minor)/0x10000)
|
|
#define MINOR_STEP(minor) ((uint32_t)(minor)%0x10000)
|
|
|
|
-#define PROGNAME "entropy_rsa"
|
|
+#define PROGNAME "entropy"
|
|
|
|
#define NODE_NAME "ENTROPY/RSA"
|
|
|