[PD-cvs] pd/src s_inter.c,1.1.1.3.2.12,1.1.1.3.2.13

Guenter Geiger ggeiger at users.sourceforge.net
Thu May 6 10:49:31 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6213

Modified Files:
      Tag: devel_0_37
	s_inter.c 
Log Message:
removed check for user root when doing -rt

Index: s_inter.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
retrieving revision 1.1.1.3.2.12
retrieving revision 1.1.1.3.2.13
diff -C2 -d -r1.1.1.3.2.12 -r1.1.1.3.2.13
*** s_inter.c	6 May 2004 08:28:12 -0000	1.1.1.3.2.12
--- s_inter.c	6 May 2004 08:49:29 -0000	1.1.1.3.2.13
***************
*** 950,954 ****
      if (sys_hipriority)
      {
! 	if (!getuid() || !geteuid())
  	{
  	    	/* To prevent lockup, we fork off a watchdog process with
--- 950,957 ----
      if (sys_hipriority)
      {
!         /* GG: on linux we can get high priority without being root, so the check
!          * for root priviledge is not needed (hopefully) */
! 	    
! 	if (1 /* !getuid() || !geteuid() */)
  	{
  	    	/* To prevent lockup, we fork off a watchdog process with





More information about the Pd-cvs mailing list