Changeset 2747


Ignore:
Timestamp:
Jul 26, 2006, 9:23:54 PM (19 years ago)
Author:
bird
Message:

Missing id_t type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/sys/resource.h

    r2060 r2747  
    3434 * FreeBSD 5.3
    3535 * @changed bird: get/setpriority takes id_t not int according to SuS.
     36 * @changed bird: include sys/types.h to get id_t.
    3637 */
    3738
     
    4142#include <sys/cdefs.h>
    4243#include <sys/_timeval.h>
    43 #include <sys/_types.h>
     44#include <sys/types.h>  /* bird: for id_t (SuS allows this) */
    4445
    4546/*
Note: See TracChangeset for help on using the changeset viewer.