home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / README.distributors < prev    next >
Encoding:
Text File  |  1994-08-19  |  1.1 KB  |  31 lines

  1. If you compile libc yourself and distribute the binary you should 
  2. apply the following patch to <linux/timex.h> if you want the binary
  3. to work with future kernels:
  4.  
  5. --- timex.h.orig    Wed Aug 17 15:48:24 1994
  6. +++ timex.h    Wed Aug 17 16:00:04 1994
  7. @@ -88,6 +88,19 @@
  8.                   */
  9.      struct timeval time;    /* (read only) */
  10.      long tick;        /* (modified) usecs between clock ticks */
  11. +
  12. +        long ppsfreq;           /* pps frequency (scaled ppm) (ro) */
  13. +        long jitter;            /* pps jitter (us) (ro) */
  14. +        int shift;              /* interval duration (s) (shift) (ro) */
  15. +        long stabil;            /* pps stability (scaled ppm) (ro) */
  16. +        long jitcnt;            /* jitter limit exceeded (ro) */
  17. +        long calcnt;            /* calibration intervals (ro) */
  18. +        long errcnt;            /* calibration errors (ro) */
  19. +        long stbcnt;            /* stability limit exceeded (ro) */
  20. +
  21. +    int  :32; int  :32; int  :32; int  :32;
  22. +    int  :32; int  :32; int  :32; int  :32;
  23. +    int  :32; int  :32; int  :32; int  :32;
  24.  };
  25.  
  26.  /*
  27.  
  28.     Torsten Duwe
  29.  
  30. duwe@informatik.uni-erlangen.de
  31.