Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2009 07:26:16 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165618 for review
Message-ID:  <200907050726.n657QGVv016135@repoman.freebsd.org>

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

Change 165618 by zhaoshuai@zhaoshuai on 2009/07/05 07:25:15

	test fifo status change after cloing one endpoint.

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#8 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/hangup.c#1 add

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#8 (text+ko) ====

@@ -1,6 +1,6 @@
 OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select poll \
-	kqueue sigio pr_74242_speak pr_74242_tick pr_76144 pr_94772 pr_116770 \
-	pr_76525
+	kqueue sigio hangup pr_74242_speak pr_74242_tick pr_76144 pr_94772 \
+	pr_116770 pr_76525
 
 all : $(OBJS)
 
@@ -20,6 +20,7 @@
 pr_94772 : pr_94772.c
 pr_116770 : pr_116770.c
 pr_76525 : pr_76525.c
+hangup : hangup.c
 
 clean :
 	-rm $(OBJS)



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