Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/ntpd_simple.c

    r2725 r3232  
    88#include "libbb.h"
    99#include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */
     10#include <sys/resource.h> /* setpriority */
    1011#ifndef IPTOS_LOWDELAY
    1112# define IPTOS_LOWDELAY 0x10
     
    710711    msg.m_status |= (query_status & VERSION_MASK);
    711712    msg.m_status |= ((query_status & MODE_MASK) == MODE_CLIENT) ?
    712              MODE_SERVER : MODE_SYM_PAS;
     713            MODE_SERVER : MODE_SYM_PAS;
    713714    msg.m_stratum = G.stratum;
    714715    msg.m_ppoll = query_ppoll;
Note: See TracChangeset for help on using the changeset viewer.