Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    rf9b2cb4c rd5c1051  
    3333#include <loc.h>
    3434#include <time.h>
    35 #include <malloc.h>
     35#include <stdlib.h>
    3636#include <getopt.h>
    3737#include <ctype.h>
     
    5151main(int argc, char **argv)
    5252{
    53         int rc, c;
     53        int rc;
     54        int c;
    5455        category_id_t cat_id;
    5556        size_t        svc_cnt;
Note: See TracChangeset for help on using the changeset viewer.