Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 13 14:30:05 UTC 2015

Modified Files:
        src/sys/dev: rnd_private.h

Log Message:
Omit needless define.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/rnd_private.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/rnd_private.h
diff -u src/sys/dev/rnd_private.h:1.4 src/sys/dev/rnd_private.h:1.5
--- src/sys/dev/rnd_private.h:1.4	Tue Aug 27 19:30:10 2013
+++ src/sys/dev/rnd_private.h	Mon Apr 13 14:30:05 2015
@@ -1,4 +1,4 @@
-/*      $NetBSD: rnd_private.h,v 1.4 2013/08/27 19:30:10 riastradh Exp $     */
+/*      $NetBSD: rnd_private.h,v 1.5 2015/04/13 14:30:05 riastradh Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,13 +40,6 @@
 #define RND_ENTROPY_THRESHOLD   10
 
 /*
- * Size of the event queue.  This _MUST_ be a power of 2.
- */
-#ifndef RND_EVENTQSIZE
-#define RND_EVENTQSIZE  128
-#endif
-
-/*
  * Used by rnd_extract_data() and rndpool_extract_data() to describe how
  * "good" the data has to be.
  */

Reply via email to