PERFORCE change 165618 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Sun Jul 5 07:26:17 UTC 2009


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

Change 165618 by zhaoshuai at 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)


More information about the p4-projects mailing list