[Tickets] [InitNG] #719: wrong ifdef in plugin/fmon/inotify-syscalls.h

InitNG trac at initng.org
Sun Jul 30 03:36:06 CEST 2006


#719: wrong ifdef in plugin/fmon/inotify-syscalls.h
-------------------------------------+--------------------------------------
 Reporter:  xstasi                   |       Owner:               
     Type:  i don't know             |      Status:  new          
 Priority:  normal                   |   Milestone:               
Component:  Bug in an initng plugin  |     Version:  initng-0.6.7 
 Severity:  normal                   |    Keywords:  powerpc build
-------------------------------------+--------------------------------------
 Line 14:

 {{{
 #elif defined(__ppc__)
 [..]
 #else
 # error "Unsupported architecture!"
 #endif

 }}}


 It caused initng not to build under my Debian GNU/Linux etch, powerpc.
 I changed the code, from __ppc__ to __powerpc__ and it got through.
 I think there should be something like

 {{{
 #elif defined(__ppc__) || defined(__powerpc__)
 }}}


 xstasi

-- 
Ticket URL: <http://www.initng.org/ticket/719>
InitNG <http://www.initng.org/>
The Next Generation InitSystem


More information about the Tickets mailing list