Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv2837

Modified Files:
        runapp.c 
Log Message:
Patch from Lars Eggert to enable compilation under FreeBSD (and presumably
other BSD variants)


Index: runapp.c
===================================================================
RCS file: /cvsroot/freevo/freevo/runapp.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** runapp.c    1 Jul 2003 01:50:47 -0000       1.19
--- runapp.c    20 Aug 2003 13:30:04 -0000      1.20
***************
*** 24,29 ****
  #include <time.h>
  #include <errno.h>
  #include <linux/a.out.h>
! 
  
  #define LOG(str, args...) {                                             \
--- 24,34 ----
  #include <time.h>
  #include <errno.h>
+ #ifdef __FreeBSD__
+ #include <unistd.h>
+ #include <sys/imgact_aout.h>
+ #define N_MAGIC(x) N_GETMAGIC(x)
+ #else
  #include <linux/a.out.h>
! #endif
  
  #define LOG(str, args...) {                                             \




-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to