Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 17:14:48 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 148633 for review
Message-ID:  <200808271714.m7RHEmvx024245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148633

Change 148633 by ed@ed_dull on 2008/08/27 17:14:00

	Hmmm... It seemed I committed my experimental TIOCPKT
	notification hooks by accident in my previous IFC commit. Well,
	leave it in for now, to make sure it doesn't get lost, but do
	make it compile.

Affected files ...

.. //depot/projects/mpsafetty/sys/kern/tty_pts.c#17 edit

Differences ...

==== //depot/projects/mpsafetty/sys/kern/tty_pts.c#17 (text+ko) ====

@@ -486,7 +486,7 @@
 }
 
 static void
-ptsdrv_pktnotify(struct tty *tp)
+ptsdrv_pktnotify(struct tty *tp, int event)
 {
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271714.m7RHEmvx024245>