Module Name:    src
Committed By:   christos
Date:           Sat May  2 18:43:02 UTC 2020

Modified Files:
        src/sys/sys: file.h

Log Message:
We don't have rnd_ctx anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/sys/file.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/sys/file.h
diff -u src/sys/sys/file.h:1.85 src/sys/sys/file.h:1.86
--- src/sys/sys/file.h:1.85	Wed May  8 09:40:19 2019
+++ src/sys/sys/file.h	Sat May  2 14:43:02 2020
@@ -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 @@ union file_data {
 	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)

Reply via email to