There may be a problem with your network.  I asked on our IRC channel if
anyone is having trouble accessing that page, and nobody reported any
problems.  7 people besides me reported that they could access the page.

For your benefit:
:r!wget -O - -o /dev/null 
'http://cvs.linuxcnc.org/cvs/emc2/src/rtapi/rtai_rtapi.c.diff?r1=1.34;r2=1.35'

--- emc2/src/rtapi/rtai_rtapi.c 2007/05/06 00:46:13     1.34
+++ emc2/src/rtapi/rtai_rtapi.c 2007/05/31 22:26:43     1.35
@@ -11,9 +11,9 @@
 * Copyright (c) 2004 All rights reserved.
 *
 * Last change: 
-# $Revision: 1.34 $
-* $Author: jmkasunich $
-* $Date: 2007/05/06 00:46:13 $
+# $Revision: 1.35 $
+* $Author: jepler $
+* $Date: 2007/05/31 22:26:43 $
 ********************************************************************/
 
 /** This file, 'rtai_rtapi.c', implements the realtime portion of the
@@ -125,13 +125,7 @@ static long int max_delay = DEFAULT_MAX_
 /* module parameters */
 
 static int msg_level = RTAPI_MSG_INFO; /* message printing level */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
-MODULE_PARM(msg_level, "i");
-#else
-#include <linux/param.h>
-module_param(msg_level, int, S_IRUGO | S_IWUGO);
-#endif
-MODULE_PARM_DESC(msg_level, "debug message level (default=3)");
+RTAPI_MP_INT(msg_level, "debug message level (default=3)");
 
 /* other module information */
 MODULE_AUTHOR("John Kasunich, Fred Proctor, & Paul Corner");

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to