Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/procps/ps.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1519 by niro, Wed Aug 18 21:56:57 2010 UTC revision 1520 by niro, Wed Sep 7 18:39:43 2011 UTC
# Line 16  enum { MAX_WIDTH = 2*1024 }; Line 16  enum { MAX_WIDTH = 2*1024 };
16    
17  #if ENABLE_DESKTOP  #if ENABLE_DESKTOP
18    
19    #include <sys/sysinfo.h>
20  #include <sys/times.h> /* for times() */  #include <sys/times.h> /* for times() */
21  #ifndef AT_CLKTCK  #ifndef AT_CLKTCK
22  #define AT_CLKTCK 17  #define AT_CLKTCK 17

Legend:
Removed from v.1519  
changed lines
  Added in v.1520