~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to kernel/generic/src/sysinfo/sysinfo.c

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
752
752
{
753
753
        sysinfo_return_t ret;
754
754
        ret.tag = SYSINFO_VAL_UNDEFINED;
 
755
        ret.data.data = NULL;
 
756
        ret.data.size = 0;
755
757
        
756
758
        if (size > SYSINFO_MAX_PATH)
757
759
                return ret;