Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys We don't have rnd_ctx anymore.



details:   https://anonhg.NetBSD.org/src/rev/c377f569ff2d
branches:  trunk
changeset: 932229:c377f569ff2d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 02 18:43:02 2020 +0000

description:
We don't have rnd_ctx anymore.

diffstat:

 sys/sys/file.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3e9884a1f288 -r c377f569ff2d sys/sys/file.h
--- a/sys/sys/file.h    Sat May 02 18:42:30 2020 +0000
+++ b/sys/sys/file.h    Sat May 02 18:43:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: file.h,v 1.85 2019/05/08 13:40:19 isaki Exp $  */
+/*     $NetBSD: file.h,v 1.86 2020/05/02 18:43:02 christos Exp $       */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -103,7 +103,6 @@
        struct pipe *fd_pipe;           // DTYPE_PIPE
        struct kqueue *fd_kq;           // DTYPE_KQUEUE
        void *fd_data;                  // DTYPE_MISC
-       struct rnd_ctx *fd_rndctx;      // DTYPE_MISC (rnd)
        struct audio_file *fd_audioctx; // DTYPE_MISC (audio)
        struct pad_softc *fd_pad;       // DTYPE_MISC (pad)
        int fd_devunit;                 // DTYPE_MISC (tap)



Home | Main Index | Thread Index | Old Index