[Glibc-bsd-commits] r1533 - trunk/kfreebsd-kernel-headers/debian/patches

Petr Salinger ps-guest at costa.debian.org
Tue May 2 13:41:37 UTC 2006


Author: ps-guest
Date: 2006-05-02 13:41:36 +0000 (Tue, 02 May 2006)
New Revision: 1533

Modified:
   trunk/kfreebsd-kernel-headers/debian/patches/006_sys_tty_h.diff
Log:
* drop part of 006_sys_tty_h.diff - it changed kernel structure layout


Modified: trunk/kfreebsd-kernel-headers/debian/patches/006_sys_tty_h.diff
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/006_sys_tty_h.diff	2006-05-02 13:15:31 UTC (rev 1532)
+++ trunk/kfreebsd-kernel-headers/debian/patches/006_sys_tty_h.diff	2006-05-02 13:41:36 UTC (rev 1533)
@@ -10,12 +10,3 @@
  #include <sys/selinfo.h>
  #include <sys/_lock.h>
  #include <sys/_mutex.h>
-@@ -96,8 +98,6 @@
- 	struct	pgrp *t_pgrp;		/* Foreground process group. */
- 	struct	session *t_session;	/* Enclosing session. */
- 	struct  sigio *t_sigio;		/* Information for async I/O. */
--	struct	selinfo t_rsel;		/* Tty read/oob select. */
--	struct	selinfo t_wsel;		/* Tty write select. */
- 	struct	termios t_termios;	/* Termios state. */
- 	struct	winsize t_winsize;	/* Window size. */
- 	void	*t_sc;			/* driver private softc pointer. */




More information about the Glibc-bsd-commits mailing list