[Ocfs2-tools-commits] mfasheh commits r605 - trunk/libo2dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jan 26 17:39:40 CST 2005


Author: mfasheh
Date: 2005-01-26 17:39:38 -0600 (Wed, 26 Jan 2005)
New Revision: 605

Modified:
   trunk/libo2dlm/o2dlm_test.c
Log:
* ok, lets also print out a prompt...



Modified: trunk/libo2dlm/o2dlm_test.c
===================================================================
--- trunk/libo2dlm/o2dlm_test.c	2005-01-26 23:37:43 UTC (rev 604)
+++ trunk/libo2dlm/o2dlm_test.c	2005-01-26 23:39:38 UTC (rev 605)
@@ -179,6 +179,8 @@
 	char *next;
 
 again:
+	printf("command: ");
+
 	if (!fgets(cbuf, COMMAND_MAX_LEN, stdin))
 		return -1;
 



More information about the Ocfs2-tools-commits mailing list