PERFORCE change 148633 for review

Ed Schouten ed at FreeBSD.org
Wed Aug 27 17:14:49 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=148633

Change 148633 by ed at 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)
 {
 }
 


More information about the p4-projects mailing list